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