Leonard Li
Results
1
comments of
Leonard Li
I removed the config from webpack config from module.rules, and it worked Looks like the css loader toke care of it. `{ test: /\.css$/, use: ['style-loader', 'css-loader'] }`