mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
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:
+2
-7
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user