Skip to content

Commit

Permalink
add plugins and change target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Feb 16, 2019
1 parent 9885b30 commit da99ef1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-dynamic-import"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": false
"esmodules": true
}
}
],
Expand Down

0 comments on commit da99ef1

Please sign in to comment.