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

Commit

Permalink
feat(AoT-build): Fix build, see #31
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed May 24, 2017
1 parent fd0c269 commit ce6c9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion etc/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var appConfig = {
title: 'AngularCommon',
dir: 'dist/test-reports'
},
entryModule: path.resolve(sourceRoot, 'app/app.module#AppModule'),
mangle: {},
copy: [],
indexFiles: [{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce6c9e7

Please sign in to comment.