"...globebrowsing/tile/tileprovider/cachingtileprovider.cpp" did not exist on "f8bcd71bf4973dca7bcff63bdbc04632b0c0cb01"
Commit f1571326 authored by Bryan Boreham's avatar Bryan Boreham
Browse files

UI Build: stop deleting static ui files when building external ui

This can cause an empty static UI if things build in an unfortunate
order.
parent dc151230
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment