Skip to content
This repository was archived by the owner on Jan 18, 2019. It is now read-only.

Commit ce6c9e7

Browse files
committed
feat(AoT-build): Fix build, see #31
1 parent fd0c269 commit ce6c9e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

etc/appConfig.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var appConfig = {
1616
title: 'AngularCommon',
1717
dir: 'dist/test-reports'
1818
},
19-
entryModule: path.resolve(sourceRoot, 'app/app.module#AppModule'),
2019
mangle: {},
2120
copy: [],
2221
indexFiles: [{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@angular/tsc-wrapped": "4.0.3",
31-
"@ngtools/webpack": "1.2.10",
31+
"@ngtools/webpack": "1.3.1",
3232
"@types/core-js": "0.9.37",
3333
"@types/jasmine": "2.5.46",
3434
"@types/node": "7.0.8",

0 commit comments

Comments
 (0)