0.1.1 • Published 11 years ago
strictjs-loader v0.1.1
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