File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 33node_modules
44dist
55link.sh
6+ .cache
7+ TODOs.md
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ module.exports = (env = {}) => {
5656 cacheIdentifier : hash (
5757 fs . readFileSync ( path . resolve ( __dirname , '../package.json' ) ) +
5858 JSON . stringify ( env )
59- )
59+ ) ,
60+ cacheDirectory : path . resolve ( __dirname , '../.cache' )
6061 }
6162 } ,
6263 ...( babel
@@ -88,16 +89,7 @@ module.exports = (env = {}) => {
8889 } )
8990 ] ,
9091 optimization : {
91- minimize,
92- splitChunks : {
93- cacheGroups : {
94- commons : {
95- test : / e s m - b u n d l e r / ,
96- name : 'vendors' ,
97- chunks : 'all'
98- }
99- }
100- }
92+ minimize
10193 } ,
10294 devServer : {
10395 stats : 'minimal' ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ pitcher.pitch = function() {
8282 }
8383
8484 // Rewrite request. Technically this should only be done when we have deduped
85- // loaders. But somehow this is required for template source map to work.. .
85+ // loaders. But somehow this is required for block source maps to work.
8686 return genProxyModule ( loaders , context )
8787}
8888
You can’t perform that action at this time.
0 commit comments