Skip to content

Commit

Permalink
Enable loose modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Nov 4, 2015
1 parent 7f15fe8 commit fc05386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -18,6 +18,6 @@ module.exports = {
require("babel-plugin-transform-es2015-parameters"),
require("babel-plugin-transform-es2015-destructuring"),
require("babel-plugin-transform-es2015-block-scoping"),
require("babel-plugin-transform-es2015-modules-commonjs")
[require("babel-plugin-transform-es2015-modules-commonjs"), { loose: true }]
]
};

0 comments on commit fc05386

Please sign in to comment.