mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
Merge pull request #3439 from weaveworks/fix-ui-build
UI Build: stop deleting static ui files when building external ui
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(['build']),
|
||||
new CleanWebpackPlugin([OUTPUT_PATH]),
|
||||
new webpack.DefinePlugin(GLOBALS),
|
||||
new webpack.optimize.CommonsChunkPlugin({ name: 'vendors', filename: 'vendors.js' }),
|
||||
new webpack.optimize.OccurrenceOrderPlugin(true),
|
||||
|
||||
Reference in New Issue
Block a user