Open ticruz38 opened 6 years ago
Can't find a way to whitelist all imports that would require a .css files from node_modules I tried with this regex, the same that my loader: /.scss|sass|css$/ but no luck...
@ticruz38 I think you are finding this. https://www.npmjs.com/package/webpack-node-externals#how-can-i-bundle-required-assets-ie-css-files-from-node_modules
Can't find a way to whitelist all imports that would require a .css files from node_modules I tried with this regex, the same that my loader: /.scss|sass|css$/ but no luck...