Skip to content

Commit 1d6ec2d

Browse files
authored
Merge pull request #32 from andriibyk/set-correct-babel-plugin-for-test-env
Set correct Babel plugin for test environment
2 parents 657b4e1 + 182d46f commit 1d6ec2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": {
2323
"plugins": [
2424
"@babel/plugin-transform-modules-commonjs",
25-
"babel-plugin-transform-dynamic-import"
25+
"@babel/plugin-syntax-dynamic-import"
2626
]
2727
}
2828
}

0 commit comments

Comments
 (0)