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.

Latest version requires html-webpack-plugin

See original GitHub issue

After 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:open
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
greggbcommented, Nov 6, 2019

Thanks @JeandeCampredon. Verified a successful build with that change, so should remove the blocking issue once released.

0reactions
MatTheCatcommented, Jan 29, 2020

Just stumbled upon this issue. Will #113 get merged?

Read more comments on GitHub >

github_iconTop 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 >

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