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