Skip to content

Commit 77019b2

Browse files
committed
Pin dependency @babel/plugin-syntax-dynamic-import to 7.2.0
1 parent d3be5c5 commit 77019b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React.Sample.Webpack.CoreMvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "7.4.5",
2424
"@babel/plugin-proposal-class-properties": "7.4.4",
2525
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
26-
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
26+
"@babel/plugin-syntax-dynamic-import": "7.2.0",
2727
"@babel/preset-env": "7.4.5",
2828
"@babel/preset-react": "7.0.0",
2929
"babel-loader": "8.0.5",

0 commit comments

Comments
 (0)