Skip to main content

All Questions

Tagged with
1 vote
1 answer
3k views

How to use normalize.css with webpack style-loader?

I have a webpack project setup like so: webpack.config.js: module.exports = { module: { rules: [ { test: /\.js$/, exclude: /node_modules/, use: { loader:...
Micah's user avatar
  • 10.4k