Skip to content

Commit a64c7f5

Browse files
wip(core): dedupe @babel/helper-simple-access
1 parent 2ba3f5d commit a64c7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ ${ pkg.name } v${ pkg.version } for vue${ vueTarget }
278278
'@babel/helper-module-transforms': require.resolve('@babel/helper-module-transforms'),
279279
'@babel/helper-replace-supers': require.resolve('@babel/helper-replace-supers'),
280280
'@babel/helper-simple-access': require.resolve('@babel/helper-simple-access'),
281+
'@babel/helper-validator-identifier': require.resolve('@babel/helper-validator-identifier'),
281282

282283
'@vue/shared': require.resolve('@vue/shared'),
283284
'@vue/compiler-sfc': require.resolve('@vue/compiler-sfc'),

0 commit comments

Comments
 (0)