delete auto js/css files

This commit is contained in:
RainLoop Team 2014-09-05 03:22:39 +04:00
parent 27d4bd74ad
commit e39f0caf2c
17 changed files with 9 additions and 37277 deletions

View file

@ -13,8 +13,7 @@ module.exports = {
chunkFilename: '[chunkhash].chunk.js'
},
plugins: [
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.CommonsChunkPlugin('common.js')
new webpack.optimize.OccurenceOrderPlugin()
],
resolve: {
modulesDirectories: [__dirname + '/dev/'],