Skip to content

Commit

Permalink
babel: add transform-export-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Aug 16, 2016
1 parent 76a69bf commit d27b073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"presets": [
["es2015", { "modules": false }],
"stage-2"
],
"plugins": [
"transform-export-extensions"
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^0.23.1",
Expand Down

0 comments on commit d27b073

Please sign in to comment.