Commit 51d82a5
authored
chore: disable cacheCompression for babel-loader by default (#6222)
See the reasoning at facebook/create-react-app#7633
This change should improve the build speed for large projects1 parent 45aca81 commit 51d82a5Copy full SHA for 51d82a5
File tree
Expand file treeCollapse file tree
1 file changed
+13
-10
lines changedOpen diff view settings
Filter options
- packages/@vue/cli-plugin-babel
Expand file treeCollapse file tree
1 file changed
+13
-10
lines changedOpen diff view settings
Collapse file
packages/@vue/cli-plugin-babel/index.js
Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/index.js+13-10Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
91 | 94 | |
92 | 95 | |
0 commit comments