question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Webpack 3's ModuleConcatenationPlugin breaks output

See original GitHub issue

Do 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:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kisenkacommented, Aug 3, 2017

Shipped with svg-sprite-loader@3.1.0

0reactions
silicakescommented, Aug 9, 2017

Perfect, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found