Closed greggb closed 1 year ago
@arthurbergmz this effectively breaks my webpack build (node 10, npm 6.12) - this should be fixed asap imo.
@JeandeCampredon, any idea why this is?
My bad. Catching was necessary : https://github.com/arthurbergmz/webpack-pwa-manifest/pull/113
I haven't looked much further though I think this is what you need for now. I guess we should find a way to run tests on an independent environnement .
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?
After upgrading
4.0.0
to4.1.1
running a build throws the following errorWhich 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 adependency
orpeerDependency
now?