chore(angluar/demo): use packaged @ionic/core (#13474)

This commit is contained in:
Ken Sodemann
2017-11-21 15:14:07 -06:00
committed by GitHub
parent cc10f1c592
commit 8e90104da2
4 changed files with 707 additions and 549 deletions

View File

@@ -10,7 +10,7 @@
"assets": [
"assets",
"favicon.ico",
{ "glob": "**/*", "input": "../../../core/dist", "output": "./ionic/core" }
{ "glob": "**/*", "input": "../node_modules/@ionic/core/dist", "output": "./ionic/core" }
],
"index": "index.html",
"main": "main.ts",