Latest version requires html-webpack-plugin
See original GitHub issueAfter upgrading 4.0.0
to 4.1.1
running a build throws the following error
[1]
[1] Error: Cannot find module 'html-webpack-plugin'
[1] Require stack:
[1] - node_modules/webpack-pwa-manifest/dist/generators/tapable.js
[1] - node_modules/webpack-pwa-manifest/dist/index.js
[1] - node_modules/webpack-pwa-manifest/index.js
Which seems related to the changes in #101.
I don’t use html-webpack-plugin
for my project, so it’s not available as a dependency. Does this need to be listed as a dependency
or peerDependency
now?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
html-webpack-plugin - npm
Simplifies creation of HTML files to serve your webpack bundles. Latest version: 5.5.0, last published: a year ago.
Read more >HtmlWebpackPlugin | webpack
The HtmlWebpackPlugin simplifies creation of HTML files to serve your webpack bundles. This is especially useful for webpack bundles that include a hash...
Read more >webpack-dev-server doesn't update HTML auto?
Try the latest version of webpack, and install all the dependices you need like html-webpack-plugin,etc... Did you imported index.css in the ...
Read more >Webpack 4 | Mobify DevCenter
You will need to upgrade any webpack plug-ins used on your project, as webpack 4 introduced ... Then, run npm install to install...
Read more >Webpack 5: Setup Html Webpack Plugin - YouTube
Webpack 5: Setup Html Webpack Plugin ... which makes the browser to get the latest version of the file from the server instead...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @JeandeCampredon. Verified a successful build with that change, so should remove the blocking issue once released.
Just stumbled upon this issue. Will #113 get merged?