forked from devsam/core
dep: webpack cache
- 개발용
This commit is contained in:
+10
-2
@@ -92,7 +92,11 @@ module.exports = [
|
||||
filename: '../css/[name].css'
|
||||
}),
|
||||
//new BundleAnalyzerPlugin()
|
||||
]
|
||||
],
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
allowCollectingMemory: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'gateway',
|
||||
@@ -167,6 +171,10 @@ module.exports = [
|
||||
filename: '../css/[name].css'
|
||||
}),
|
||||
//new BundleAnalyzerPlugin()
|
||||
]
|
||||
],
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
allowCollectingMemory: true,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user