feat(): angular ivy support (#3309)

* init

* cleanup packagelock

* testing

* chore(package): refresh package-lock.json

* updates

* chore(): fix builds

* chore(): rework package-lock

* chore(): lint

Co-authored-by: Daniel Sogl <daniel@sogls.de>
This commit is contained in:
Mike Hartington
2020-02-07 11:51:47 -05:00
committed by GitHub
parent 1bcaa39ffd
commit 614ade447f
10 changed files with 230 additions and 139 deletions
+2 -7
View File
@@ -16,11 +16,6 @@
"inlineSources": true,
"sourceMap": true
},
"include": [
"src/@ionic-native/core/**/*.ts"
],
"exclude": [
"node_modules",
"src/@ionic-native/core/**/*.spec.ts"
]
"include": ["src/@ionic-native/core/**/*.ts"],
"exclude": ["node_modules", "src/@ionic-native/core/**/*.spec.ts"]
}