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.

Not working if used along with extract-text-webpack-plugin

See original GitHub issue

weird bug if used along with extract-text-webpack-plugin… i tried to fix… but no luck…~

example.

new ExtractTextPlugin({
    filename: '[name].css',
    allChunks: true, <-- if set to false then fontmin-webpack will works fine... 
})

files are not being matched… probably extract-text modifies compilation.modules… don’t know ~

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
milewskicommented, Mar 15, 2017

@patrickhulce Thanks man! It works perfect now. where did you get docs on webpack? i constantly find myself trying to solve this kinds of issues but cant find enough docs on it… going on the source code direcly takes too much time…

1reaction
patrickhulcecommented, Mar 14, 2017

OK @Milewski I think I have a fix. It should publish as v1.0.1 once it passes CI. If you can give it a go to see if it fixes your issue, that’d be awesome.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not working with webpack 4 #801 - GitHub
The extract-text-webpack-plugin toward Webpack 4 doesn't work. it means when Webpack is run for building or developing, it falls in error.
Read more >
extract-text-plugin not working with Webpack 3 - Stack Overflow
You shouldn't use the extract-text-plugin in development mode. The extract-text-plugin is used in productiont mode.
Read more >
Solution - "extract-text-webpack-plugin" loader is used without ...
Recurring problem in Webpack's extract-text-webpack-plugin package, used to extract CSS (Cascading Style Sheets) references from JavaScript sources and ...
Read more >
extract-text-webpack-plugin > JavaScript for PHP Geeks
Ignore the fallback key for a moment. Basically, the extract() function is a fancy way to prepend the loaders in use with a...
Read more >
ExtractTextWebpackPlugin | webpack
:warning: ExtractTextPlugin generates a file per entry, so you must use [name] , [id] or [contenthash] when using multiple entries. #extract. ExtractTextPlugin.
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