-
-
Notifications
You must be signed in to change notification settings - Fork 255
Poi blocked on HtmlWebpackPlugin phase #409
Comments
it's possible to show details from poi on this part ? (show raw processing steps) |
The cause may be parts of webpack config updates ? If I read the documentation, they are two new methods : |
the old methods are still available. |
ok, the problem is with |
what if you set |
with The basic error is like a callback not called |
I try
Edit : I see I've this error if I cancel the build :
After research, I've found this issue in HtmlWebpackPlugin module : jantimon/html-webpack-plugin#870 If i set the setting With POI v9 it works fine |
This issue has been marked as Stale, it will be closed in a week if there's no furthur activity. |
Do you want to request a feature or report a bug?
a bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
I've tested the poi version
10.0.0-rc6
and I'm blocked in the final phase :HtmlWebpackPlugin
This is my poi.config.js :
I've tested on remove polyfills, presets, ... and the result is already the same. I'm blocked in the last phase.
The text was updated successfully, but these errors were encountered: