Skip to content

Commit

Permalink
[Fix] set "strict" to true.
Browse files Browse the repository at this point in the history
This was disabled in f011dd9, because we still had lots of internal code that this might have broken.

I do not believe this is still true, so we should re-enable this.
  • Loading branch information
ljharb committed Jun 15, 2018
1 parent 9749005 commit f1bbda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@
var assign = require('object.assign');

var modules = [require('babel-plugin-transform-es2015-modules-commonjs'), {
strict: false
strict: true
}];

var defaultTargets = {
Expand Down

0 comments on commit f1bbda2

Please sign in to comment.