strictjs-loader

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i strictjs-loader

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bodhi5
  • euforic