Webpack on project dependency #12819
Unanswered
felipe-chamas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Can you provide simple example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm very new to Webpack and I saw a great improvement in one of my projects with Lazy-Loading and Code Splitting, but I'm facing a dificulty on implementing this project as a dependency of another project.
I'm trying to use Webpack on both, but when serving the main project, the dependencies chunks of the dependency project are missing.
Dependency project
webpack.config.jsMain project
webpack.config.jsonwebpack serve->Cannot GET /758.js(Dependency ofdependency-project)Is there anything wrong with my settings?
Beta Was this translation helpful? Give feedback.
All reactions