We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbb726 commit 20ae79eCopy full SHA for 20ae79e
.gitignore
@@ -3,6 +3,7 @@ node_modules
3
platforms
4
lib
5
tags
6
+report
7
8
app/**/*.js
9
app/**/*.map
package.json
@@ -30,7 +30,7 @@
30
},
31
"devDependencies": {
32
"@angular/compiler-cli": "~4.1.3",
33
- "@ngtools/webpack": "~1.4.0",
+ "@ngtools/webpack": "~1.5.3",
34
"babel-traverse": "6.24.1",
35
"babel-types": "6.24.1",
36
"babylon": "6.17.0",
@@ -60,4 +60,4 @@
60
"build-android-bundle": "npm run ns-bundle --android --build-app",
61
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
62
}
63
-}
+}
0 commit comments