Skip to content

Commit

Permalink
babel: turn off module transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jul 15, 2017
1 parent 5cbfed6 commit 44c18bd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015",
[ "es2015", { "modules": false } ],
"stage-2"
],
"plugins": [
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"babel-plugin-transform-react-display-name": "6.8.0",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.5.0",
"babel-register": "6.9.0",
"blob": "0.0.4",

0 comments on commit 44c18bd

Please sign in to comment.