57053: finished animations

This commit is contained in:
lotte
2018-11-27 15:34:05 +01:00
parent 907fa5f22f
commit def5391449
8 changed files with 73 additions and 48 deletions

View File

@@ -27,7 +27,7 @@ module.exports = function(env, options) {
getAotPlugin('client', !!env.aot)
]
});
console.log(options.mode);
if (options.mode === 'production') {
serverConfig = webpackMerge({}, serverConfig, prodPartial);
clientConfig = webpackMerge({}, clientConfig, prodPartial);