Skip to content

Commit 461b7fc

Browse files
author
Kent C. Dodds
committed
fix plugin
1 parent 911f249 commit 461b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
'@babel/preset-react',
88
],
99
plugins: [
10-
'babel-plugin-syntax-dynamic-import',
10+
'@babel/plugin-syntax-dynamic-import',
1111
'@babel/plugin-proposal-class-properties',
1212
'@babel/plugin-proposal-object-rest-spread',
1313
[

0 commit comments

Comments
 (0)