strictjs-loader
v0.1.1
Published
Enables `use strct` for all webpack modules
Downloads
2
Readme
strictjs-loader
Enables use strict
for all js files
Install
$ npm install --save strictjs-loader
Usage
module.exports = {
module: {
loaders: [
{ test: /\.(jsx|js)$/, loader: 'strictjs'}
]
}
};
Credits
Based on loganfsmyth gist
License
MIT