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
The error I am getting when using this plugin in an Angular 13 project is the following:
[error] TypeError: Cannot assign to read only property 'main.977fe6373cfd108d.js' of object '#<Object>'
at ImageminPlugin._callee2$ (/.../node_modules/imagemin-webpack-plugin/dist/index.js:264:48)
at tryCatch (/.../node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:62:40)
// ...
Other plugins (e.g. webpack-notifier) work flawlessly.
The error I am getting when using this plugin in an Angular 13 project is the following:
Other plugins (e.g. webpack-notifier) work flawlessly.
My config looks like this:
The text was updated successfully, but these errors were encountered: