@arted/css-loader

0.0.102 • Public • Published

css-loader

css loader for webpack

Installation

npm

$ npm install @arted/css-loader

or yarn

$ yarn add @arted/css-loader

Usage

// webpack.config.js
module.exports = {
	...
    module: {
        rules: [{
            test: /\.css$/,
            use: [
                "style-loader", // creates style nodes from JS strings
                "@arted/css-loader" // compiles Sass to CSS
            ]
        }]
    }
};

Readme

Keywords

none

Package Sidebar

Install

npm i @arted/css-loader

Weekly Downloads

0

Version

0.0.102

License

MIT

Unpacked Size

3.1 kB

Total Files

5

Last publish

Collaborators

  • edonet