Skip to content

Commit bb9ff5d

Browse files
committed
v3.8.3 优化代码
1 parent d0cfa51 commit bb9ff5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
'@vue/cli-plugin-babel/preset'
55
],
66
'env': {
7-
'development': {
7+
'production': {
88
// babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
99
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
1010
'plugins': ['dynamic-import-node']

0 commit comments

Comments
 (0)