Skip to content

Commit

Permalink
Set correct Babel plugin for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andriibyk committed Nov 20, 2018
1 parent 657b4e1 commit 182d46f
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 182d46f

Please sign in to comment.