Skip to content

Commit 2a7108f

Browse files
committed
Don't attempt to support Babel 6
1 parent a7c2487 commit 2a7108f

File tree

1 file changed

+0
-1
lines changed
  • packages/common/src/templates/configuration/babelrc

1 file changed

+0
-1
lines changed

packages/common/src/templates/configuration/babelrc/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ const config: ConfigurationFile = {
110110
},
111111
],
112112
'transform-object-rest-spread',
113-
'syntax-dynamic-import',
114113
];
115114
const parserOpts = isV7 ? { plugins: ['dynamicImport'] } : {};
116115

0 commit comments

Comments
 (0)