Webpack 3's ModuleConcatenationPlugin breaks output
See original GitHub issueDo you want to request a feature, report a bug or ask a question?
Bug
What is the current behavior?
svg-sprite-loader extract mode works without ModuleConcatenationPlugin
, however with ModuleConcatenationPlugin
it simply does not emit the svg sprite.
- Node.js version: 8.1.2
- webpack version: 3
- svg-sprite-loader version: ? 3.0.5
- OS type & version: ? linux
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Webpack 3's ModuleConcatenationPlugin breaks output
What is the current behavior? svg-sprite-loader extract mode works without ModuleConcatenationPlugin , however with ModuleConcatenationPlugin it simply does not ...
Read more >ModuleConcatenationPlugin - webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable...
Read more >webpack --watch isn't compiling changed files - Stack Overflow
There is a current issue with webpack 3 and the ModuleConcatenationPlugin that prevents watching for file changes. Omitting it seems to allow it...
Read more >joeljeske/webpack-module-concatenation-plugin-issue - GitHub
In some cases, the ModuleConcatenationPlugin breaks this when it concatenates modules and not generating a new module id that is used. This is ......
Read more >Webpack Essentials - E.Y.
The output is where the resulting files are outputted. The default output for webpack is in dist/ . To change the output default...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Shipped with
svg-sprite-loader@3.1.0
Perfect, thanks!