webpack: production settings (#1226)

* vendor libraries

* vendor libraries settings

* additional vendor libs settings

* production settings for i18n

* fix pdfs and favicon paths

* readme update

* code cleanup
This commit is contained in:
Denys Vuika
2016-12-12 14:20:12 +00:00
committed by Eugenio Romano
parent d7e6f08448
commit 9432b2aa60
18 changed files with 141 additions and 52 deletions

View File

@@ -106,6 +106,11 @@ module.exports = {
},
plugins: [
new webpack.ProvidePlugin({
'dialogPolyfill': 'dialog-polyfill/dialog-polyfill'
}),
new webpack.optimize.CommonsChunkPlugin({
name: ['app', 'vendor', 'polyfills']
}),