File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 38
38
"zone.js" : " ^0.8.12"
39
39
},
40
40
"devDependencies" : {
41
- "@ionic/app-scripts" : " 1.3.7 " ,
41
+ "@ionic/app-scripts" : " 2.0.1 " ,
42
42
"@ionic/cli-plugin-cordova" : " 1.4.1" ,
43
43
"@ionic/cli-plugin-ionic-angular" : " 1.3.2" ,
44
- "typescript" : " ~2.3.3 "
44
+ "typescript" : " ~2.3.4 "
45
45
},
46
46
"cordovaPlugins" : [
47
47
" cordova-plugin-whitelist" ,
Original file line number Diff line number Diff line change 22
22
.catch(err => console.log('Error', err));
23
23
}
24
24
</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 -->
26
29
< link href ="build/main.css " rel ="stylesheet ">
27
30
28
31
</ head >
32
+
29
33
< body >
30
34
31
35
<!-- Ionic's root component and where the app will load -->
You can’t perform that action at this time.
0 commit comments