Skip to content

Commit 84bcb0c

Browse files
committed
Fix async functions in vanilla template
1 parent 8d9758e commit 84bcb0c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/common/templates/configuration/babelrc/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const config: ConfigurationFile = {
101101
if (template === 'parcel') {
102102
const presets = ['env'];
103103
const plugins = isV7
104-
? []
104+
? ['transform-runtime']
105105
: [
106106
[
107107
'transform-runtime',

0 commit comments

Comments
 (0)