ignored-loader

0.0.1 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ignored-loader

      Weekly Downloads

      2

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • joeyguo