You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to build this project, using laravel-mix 6.0.6, I get the following error:
[webpack-cli] 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? }
Whenever I try to build this project, using
laravel-mix 6.0.6
, I get the following error:My webpack config is pretty straightforward:
I am importing OfflinePlugin this way:
const OfflinePlugin = require('@lcdp/offline-plugin');
Anybody experiencing the same issue? I tried to downgrade to multiple versions without any success. I am now on version
5.0.7
.The text was updated successfully, but these errors were encountered: