Merge branch 'master' of https://github.com/akveo/ng2-admin into dev-tree-view

This commit is contained in:
tibing 2016-07-08 11:21:02 +03:00
commit 8a75aa0d63
20 changed files with 300 additions and 20 deletions

View file

@ -87,6 +87,7 @@ module.exports = {
loader: 'source-map-loader',
exclude: [
// these packages have problems with their sourcemaps
helpers.root('node_modules/ng2-branchy'),
helpers.root('node_modules/rxjs')
]
}

View file

@ -154,10 +154,7 @@ module.exports = webpackMerge(commonConfig, {
beautify: false, //prod
mangle: {
screw_ie8 : true,
keep_fnames: true
}, //prod
mangle: false, //prod
compress: {
screw_ie8: true