https://github.com/akx/micro-style-loader
https://github.com/akx/micro-style-loader
css loader webpack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akx/micro-style-loader
- Owner: akx
- License: mit
- Created: 2017-07-18T10:20:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T10:20:40.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T09:13:48.463Z (over 1 year ago)
- Topics: css, loader, webpack
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
micro-style-loader
==================
A teensy, weensy style loader for Webpack.
Use instead of [`style-loader`][sl] 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`][sl], which is MIT licensed (Copyright JS Foundation and other contributors).
[sl]: https://github.com/webpack-contrib/style-loader