0.1.0 • Published 7 years ago

micro-style-loader v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

micro-style-loader

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

Usage

Instead of style-loader in your Webpack configuration, use micro-style-loader. Done!

License

MIT licensed.

Based on style-loader, which is MIT licensed (Copyright JS Foundation and other contributors).