Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.js
Disable babelrc config
  • Loading branch information
welefen committed Aug 11, 2017
1 parent 83cfedb commit a004de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -20,7 +20,8 @@ function babelTranspile(config) {
options = Object.assign({
filename: file,
sourceFileName: relativePath,
sourceMaps: true
sourceMaps: true,
babelrc: false
}, options);

// babel transform
Expand Down

0 comments on commit a004de5

Please sign in to comment.