Skip to content

Commit

Permalink
📝 fix babel strict transformer link, add note about webpack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistadikay committed Apr 16, 2016
1 parent c99fb3b commit 42d6461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

> Adds `use strict;` in the beginning of each source
Inspired by this gist https://gist.github.com/loganfsmyth/6f8520c7c96f61f0a5b8
:heavy_check_mark: Webpack 2 compatible

Please note that if you use Babel, the strict transformer [automatically places](https://babeljs.io/docs/advanced/transformers/other/strict/) a "use strict"; directive at the top of your files. In this case you don't need strict-loader.
Please note that if you use Babel, the strict transformer [automatically places](https://babeljs.io/docs/plugins/transform-strict-mode/) a "use strict"; directive at the top of your files. In this case you don't need strict-loader.

## Install

Expand Down

0 comments on commit 42d6461

Please sign in to comment.