From ce6c9e7668501ffbf913b8227393394fb2070745 Mon Sep 17 00:00:00 2001 From: "Reinhardt, Martin" Date: Wed, 24 May 2017 17:21:36 +0200 Subject: [PATCH] feat(AoT-build): Fix build, see #31 --- etc/appConfig.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/appConfig.js b/etc/appConfig.js index bc3a6d3..d498a77 100644 --- a/etc/appConfig.js +++ b/etc/appConfig.js @@ -16,7 +16,6 @@ var appConfig = { title: 'AngularCommon', dir: 'dist/test-reports' }, - entryModule: path.resolve(sourceRoot, 'app/app.module#AppModule'), mangle: {}, copy: [], indexFiles: [{ diff --git a/package.json b/package.json index ad7512e..4003eb4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@angular/tsc-wrapped": "4.0.3", - "@ngtools/webpack": "1.2.10", + "@ngtools/webpack": "1.3.1", "@types/core-js": "0.9.37", "@types/jasmine": "2.5.46", "@types/node": "7.0.8",