We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full details are here: jantimon/html-webpack-plugin#887
To summarise, Webpack 4 has changed the plugin loader, and so you get the following error:
TypeError: callback is not a function - main.js:57 compilation.plugin [profile]/[webpack-cdn-plugin]/main.js:57:9 - new Promise - Hook.js:35 AsyncSeriesWaterfallHook.lazyCompileHook [as _promise] [profile]/[tapable]/lib/Hook.js:35:21 - index.js:647 [profile]/[html-webpack-plugin]/index.js:647:47 - index.js:162 Promise.resolve.then.then.then.then.compilationResult [profile]/[html-webpack-plugin]/index.js:162:36 - next_tick.js:160 process._tickCallback internal/process/next_tick.js:160:7
Relates to this module.js
Guide to upgrading
All credit for the useful information to @kagawagao
I don't have much time on my hands right now. If that changes, I'll try to do a pull request for you.
Currently everything works 💯 in Webpack 3 so want to add a thank you for such a neat tool. 😄
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Don’t worry guys, we have a PR in the works. Some migration issues not documented, so I’ll need to have a look this weekend.
This has now been published as v2.0.0
No branches or pull requests
Full details are here: jantimon/html-webpack-plugin#887
To summarise, Webpack 4 has changed the plugin loader, and so you get the following error:
Relates to this module.js
Guide to upgrading
All credit for the useful information to @kagawagao
I don't have much time on my hands right now. If that changes, I'll try to do a pull request for you.
Currently everything works 💯 in Webpack 3 so want to add a thank you for such a neat tool. 😄
The text was updated successfully, but these errors were encountered: