Created by: raix
WP5 branch
- Updating webpack to v5
- Update dependencies related to webpack 5
- Update postcss to v8
- Fix eslint shareable config to be self contained regarding dependencies
- Testing Webpack 5 error overlay instead of the CRA overlay (ref: outstanding formatting issue)
Breaking changes:
- No node js builtin shims (breaking as in Webpack 5)
- Removed
WatchMissingNodeModulesPlugin
- Dropped node v10 + v12 support
- Webpack Development Server pathname default is now "/ws" (prev: '/sockjs-node')
Closing #9994 (closed)