-
Notifications
You must be signed in to change notification settings - Fork 512
Entrypoint undefined = extract-text-webpack-plugin-output-filename after upgrade to webpack 4 #731
Comments
I have this same issue, it only occurs when webpack mode is set to production. |
Webpack 4's new tapable plugin library broke some of the existing plugins. The fix should be relatively simple |
I get this error in dev mode not sure about prod mode may be the same lol @RussGlover |
I have the same issue in Webpack 4. Regardless of mode. |
Somebody can create minimum reproducible test repo? |
Same error here,
|
Same issue here. The fix probably isn't that big of a task. If I had more knowledge on this I would make a PR. Is there any ETA for the fix. I now have to downgrade to Webpack 3 just for this plugin. |
Is Webpack 4 even ready for production use? I feel like they need to delay a few more weeks to allow some of the most important plugins to be updated? |
@leereichardt After using it for a couple of days, my survey would be no. It still works, but for a program as reliant on plugins as webpack is (especially those under the quasi-official webpack contrib), I would expect the release of v4 to correspond to all the important plugins being updated to v4. |
|
So it has been said on various issues for the past 50 odd days. Yet this relatively simple fix hasn’t been fixed? |
not sure why is take so long |
Responding here because I'm being notified of your recent comment. How about instead of complaining here, you contribute by helping in fixing the broken tests in the v4 compatibility PR ? Thanks to the maintainers that have provided our project with smooth upgrade paths from the early days of webpack. We are experiencing the same issue and will appreciate it being fixed as soon as the maintainers can handle it. If it will take a few days or weeks more, so be it. |
We just raise the concern, not complain. Also If I have enough knowledge I would make Pr and fix it for you guys |
We have a lot of issue when Feel free to PR to fix this. |
I can look on |
Maybe
And Javascript EntryPoint doesn't have any errors. |
Setting the property |
Is there any update on this? Any solution to resolve the issue "entrypoint undefined"? Thanks. |
Same error with webpack 4 : |
Alot of people are having this issue. Can this be resolved please? |
I have experiencing those messages for all non-js entrypoints that I didn't specified myself, like css or html(how I undestand this), but with js entypoint I specified manually it shows correct output |
If you're only using the extract-text plugin for CSS, you can use this plugin instead: https://github.com/webpack-contrib/mini-css-extract-plugin It's compatible with webpack 4. |
Sorry @maphi88 but I'm not continuing with the migration, good luck! |
@mauriciofergo #759 about compatibility section in the README file |
@michael-ciniawsky
But mini-css-extract-plugin has no options( |
@7iomka check my pr to help you config webpack 4 |
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-extract-text-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-extract-text-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-css-extract-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-css-extract-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-css-extract-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
extract-text-webpack-plugin will not support webpack 4 and is in maintenance mode. recommended alternative is mini-css-extract-plugin: webpack-contrib/extract-text-webpack-plugin#731 (comment)
I'd stay with |
Is this issue closed, Is there a solution for this issue? Moving to other plugin is the only solution. |
When plugins are abandoned before a replacement is fully ready :( |
I still have the same issue. |
I just tried |
@samboustani what are your problems? did you raise issues? |
Hi @tiendq Entrypoint mini-css-extract-plugin = * When i use mini-css-extract-plugin I got above entry point. And it still stop bundling. {
|
Migrate to webpack 4 & extract mini plugins |
+1 |
Well done @ngohungphuc , your solution was the only one that worked and helped me not pulling all my hair out. Thanks a lot buddy! |
@wp-kitten no problem glad that I can help 😄 |
Hy !!! module: { |
I got this error
My
webpack.config
fileAm I missing something or webpack 4 is not ready to use with this plugin ?
The text was updated successfully, but these errors were encountered: