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 subsetting plugin is not designed to support nested fluent icon modules but webpack will still try to apply the plugin to them. You should either update the plugin docs to make sure webpack doesn't compile nested react-icons or add support for them.
My fix is as follows:
modules: [// TODO - you should be able to have nested modules!path.resolve(__dirname,'node_modules'),],
(Still working on a fix that allows me to nest other packages' node_modules and just exclude react icons)
The text was updated successfully, but these errors were encountered:
The subsetting plugin is not designed to support nested fluent icon modules but webpack will still try to apply the plugin to them. You should either update the plugin docs to make sure webpack doesn't compile nested react-icons or add support for them.
My fix is as follows:
(Still working on a fix that allows me to nest other packages' node_modules and just exclude react icons)
The text was updated successfully, but these errors were encountered: