pcb
pcb copied to clipboard
Webpack 5 compatibility
When upgading to Webpack 5, offline-plugin is not compatible. So we forked to work on a fix here => https://github.com/NekR/offline-plugin/pull/499
Yours faithfully, LCDP
Closed and reopened the pull request here => https://github.com/NekR/offline-plugin/pull/499
We really need offline-plugin to work with webpack 5 so our team forked and worked on a release candidate that work with Webpack 5, it's available here => https://www.npmjs.com/package/@lcdp/offline-plugin
Any feedback are welcome, we need you to improve the compatibility with webpack 5 !
We really need offline-plugin to work with webpack 5 so our team forked and worked on a release candidate that work with Webpack 5, it's available here => https://www.npmjs.com/package/@lcdp/offline-plugin
Any feedback are welcome, we need you to improve the compatibility with webpack 5 !
I am still getting the exact same error as with offline-plugin:
nx run back-ui:build:production > NX Invalid options object. Terser Plugin has been initialized using an options object that does not match the API schema.
- options has an unknown property 'minimizer'. These properties are valid:
object { test?, include?, exclude?, terserOptions?, extractComments?, parallel?, minify? }
Pass --verbose to see the stacktrace.