Skip to content

Commit

Permalink
Merge pull request #32 from andriibyk/set-correct-babel-plugin-for-te…
Browse files Browse the repository at this point in the history
…st-env

Set correct Babel plugin for test environment
  • Loading branch information
manuelbieh authored Nov 20, 2018
2 parents 657b4e1 + 182d46f commit 1d6ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": {
"plugins": [
"@babel/plugin-transform-modules-commonjs",
"babel-plugin-transform-dynamic-import"
"@babel/plugin-syntax-dynamic-import"
]
}
}
Expand Down

0 comments on commit 1d6ec2d

Please sign in to comment.