Skip to content

Commit b244f83

Browse files
committed
package(appscripts): Update to 2.0.1
1 parent 828bedc commit b244f83

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"zone.js": "^0.8.12"
3939
},
4040
"devDependencies": {
41-
"@ionic/app-scripts": "1.3.7",
41+
"@ionic/app-scripts": "2.0.1",
4242
"@ionic/cli-plugin-cordova": "1.4.1",
4343
"@ionic/cli-plugin-ionic-angular": "1.3.2",
44-
"typescript": "~2.3.3"
44+
"typescript": "~2.3.4"
4545
},
4646
"cordovaPlugins": [
4747
"cordova-plugin-whitelist",

src/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
.catch(err => console.log('Error', err));
2323
}
2424
</script>-->
25-
25+
<!-- The vendor js is generated during the build process
26+
It contains all of the dependencies in node_modules -->
27+
<script src="build/vendor.js"></script>
28+
<!-- The main bundle js is generated during the build process -->
2629
<link href="build/main.css" rel="stylesheet">
2730

2831
</head>
32+
2933
<body>
3034

3135
<!-- Ionic's root component and where the app will load -->

0 commit comments

Comments
 (0)