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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
Hi,
I receive this when running svg-inline-loader on server side. It worked fine before upgrade to webpack 4.
Module build failed: TypeError: Cannot add property value, object is not extensible
at Object.SVGInlineLoader (/home/xxx/node_modules/svg-inline-loader/index.js:61:5)
in particular is thrown by the line with:
this.value = content
Ubuntu 17
Webpack 4.5.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I receive this when running svg-inline-loader on server side. It worked fine before upgrade to webpack 4.
Module build failed: TypeError: Cannot add property value, object is not extensible
at Object.SVGInlineLoader (/home/xxx/node_modules/svg-inline-loader/index.js:61:5)
in particular is thrown by the line with:
this.value = content
Ubuntu 17
Webpack 4.5.0
The text was updated successfully, but these errors were encountered: