An open API service indexing awesome lists of open source software.

https://github.com/akx/micro-style-loader


https://github.com/akx/micro-style-loader

css loader webpack

Last synced: 2 months ago
JSON representation

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