Skip to content

Commit 845f54d

Browse files
wip(size): enhance bundle size stability
1 parent edb4068 commit 845f54d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ ${ pkg.name } v${ pkg.version }
184184
'@babel/types': require.resolve('@babel/types'),
185185
'@babel/code-frame': require.resolve('@babel/code-frame'),
186186
'@babel/core': require.resolve('@babel/core'),
187+
'@babel/generator': require.resolve('@babel/generator'),
187188

188189
'@vue/shared': require.resolve('@vue/shared'),
189190
'@vue/compiler-sfc': require.resolve('@vue/compiler-sfc'),

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"dependencies": {
3838
"@babel/code-frame": "^7.12.13",
3939
"@babel/core": "^7.13.10",
40+
"@babel/generator": "^7.13.9",
4041
"@babel/parser": "^7.13.10",
4142
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
4243
"@babel/plugin-transform-arrow-functions": "^7.13.0",

0 commit comments

Comments
 (0)