pcb icon indicating copy to clipboard operation
pcb copied to clipboard

Webpack 5 compatibility

Open LeComptoirDesPharmacies opened this issue 4 years ago • 3 comments

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

LeComptoirDesPharmacies avatar May 03 '21 14:05 LeComptoirDesPharmacies

Closed and reopened the pull request here => https://github.com/NekR/offline-plugin/pull/499

LeComptoirDesPharmacies avatar May 04 '21 09:05 LeComptoirDesPharmacies

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 !

LeComptoirDesPharmacies avatar May 04 '21 16:05 LeComptoirDesPharmacies

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.

brandoncollins7 avatar May 31 '23 14:05 brandoncollins7