87968: Upgrade to Angular 12

This commit is contained in:
Yura Bondarenko
2022-02-24 18:45:31 +01:00
parent 45887154b6
commit 22c5976095
14 changed files with 2869 additions and 5046 deletions

View File

@@ -5,9 +5,6 @@ import { commonExports } from './webpack.common';
module.exports = Object.assign({}, commonExports, {
target: 'web',
node: {
module: 'empty'
},
devServer: {
before(app, server) {
buildAppConfig(join(process.cwd(), 'src/assets/config.json'));