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
I just tried to use your plugin and got this error at extract-svg-sprite-webpack-plugin/lib/utils/replacer.js:90:41: TypeError: module.content.replace is not a function
node: v14.8.0/v12.20.1 (on different servers)
I checked at debug that module is instance of CssModule, and content is Uint8Array, and it doesnt have replace method.
I just tried to use your plugin and got this error at extract-svg-sprite-webpack-plugin/lib/utils/replacer.js:90:41:
TypeError: module.content.replace is not a function
node: v14.8.0/v12.20.1 (on different servers)
I checked at debug that module is instance of CssModule, and content is Uint8Array, and it doesnt have replace method.
My config rules:
plugins:
and webpack config:
The text was updated successfully, but these errors were encountered: