Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 352 Bytes

ignored-loader for webpack

Usage

if you don't want webpack build some modules, especially run in node, thus you can use ignored-loader.

var css = require('./index.scss');

// config your webpack config
{
    loader: "ignored-loader",
    test: /\.scss$/
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)