Exclude tower.vendor.js from BrowserSync polling, remove chunk stats plugin, update ui deps

This commit is contained in:
Leigh Johnson
2016-09-07 12:12:17 -04:00
parent c3b9050773
commit ffd9c4eb4d
4 changed files with 4741 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
var path = require('path'),
webpack = require('webpack'),
StatsPlugin = require('stats-webpack-plugin');
webpack = require('webpack');
var vendorPkgs = [
'angular',
@@ -55,9 +54,6 @@ var dev = {
}),
// (chunkName, outfileName)
new webpack.optimize.CommonsChunkPlugin('vendor', 'tower.vendor.js'),
new StatsPlugin('stats.json', {
chunkModules: true
})
],
module: {
preLoaders: [{