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 currently use react-css-modules for local components, but still use webpack's style loader for theme/widget stylesheets loaded in node_modules. This plugin tries to parse those libraries and bomb. It would be great to pass in a file pattern to ignore (similar to the condition syntax of webpack: https://webpack.js.org/configuration/module/#condition )
The text was updated successfully, but these errors were encountered:
This issue can closed since PR #61 has been merged into master, and the config now support and 'exclude' option which takes a string (e.g. 'node_modules').
I currently use react-css-modules for local components, but still use webpack's style loader for theme/widget stylesheets loaded in node_modules. This plugin tries to parse those libraries and bomb. It would be great to pass in a file pattern to ignore (similar to the condition syntax of webpack: https://webpack.js.org/configuration/module/#condition )
The text was updated successfully, but these errors were encountered: