small-style-loader

1.0.2 • Public • Published

Install

npm install small-style-loader --save

Usage

Documentation: Using loaders[http://webpack.github.io/docs/using-loaders.html]

Smaller than style-loader

    //config
    module: {
        loaders: [{
            test: /\.css$/,
            loader: 'small-style-loader'
        },{
            test: /\.less$/,
            loader: 'small-style-loader!less-loader'
        }]
    }
 
    //options
    //insertAt options default is bottom
    module: {
        loaders: [{
            test: /\.css$/,
            loader: 'small-style-loader?{"insertAt":"top"}'
        },{
            test: /\.less$/,
            loader: 'small-style-loader?{"insertAt":"top"}!less-loader'
        }]
    }

LICENSE

MIT [http://www.opensource.org/licenses/mit-license.php]

Readme

Keywords

Package Sidebar

Install

npm i small-style-loader

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • longjiarun