A teensy, weensy style loader for Webpack.
Use instead of style-loader when you absolutely, positively don't need
- hot reloading
- old IE compatibility
- sourcemaps
- configuration
- kilobytes of loader code in your bundle
Instead of style-loader in your Webpack configuration, use micro-style-loader. Done!
MIT licensed.
Based on style-loader, which is MIT licensed (Copyright JS Foundation and other contributors).