0.1.0 • Published 9 years ago
blank-loader v0.1.0
blank-loader
Use Case
When your want to strip out the contents of specific files from your bundle file.
Install
$ npm install -D blank-loaderUsage
{
module: {
loaders: [
// strip css out
{test: /\.css$/, loader: 'blank'}
]
}
}Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
0.1.0
9 years ago