Open pfftdammitchris opened 3 years ago
Can we get one merged please?
@rubenspgcavalcante please accept this PR 🙏
Hi all, please check out https://github.com/SimplifyJobs/webpack-ext-reloader/. We are maintaining the webpack 5 version + rolling out manifest v3 soon! PRs welcome :)
I upgraded these dependencies in order to support webpack 5:
webpack
4 --> 5webpack-cli
3 --> 4copy-webpack-plugin
4 --> 8I applied updates from breaking changes from migrating webpack 4 to webpack 5 in this pull request:
compilation.chunks
changed fromChunk[]
toSet<Chunk>
chunk.files
changed fromstring[]
toSet<string>
webpack.config.js
syntax inmodule.rules
to change pluralloaders
toloader
, anduse
for multiple loadersI also changed the
middleware.raw.ts
raw source file to bind itself to window if it exists (because I was getting errors that browser stayednull
: