branchard / snowpack-plugin-webpack

MIT License
1 stars 0 forks source link

Replace dead version of webpack with current version 5 #2

Open franktopel opened 3 years ago

franktopel commented 3 years ago

Webpack 4 is an old version of Webpack that does no longer receive support for new language feature, e.g. neither optional chaining, nor the nullish coalescent operator, nor private class fields are supported by Webpack 4.

According to my package-lock.json, this plugin has this webpack dependency:

"webpack": "^4.43.0",

Please upgrade the dependency to the latest stable version of Webpack 5.

franktopel commented 3 years ago

I just noticed this is a completely useless repository. PLEASE DELETE IT.