mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-02-04 00:06:19 +08:00
update to create ivy distribution (#4198)
This commit is contained in:
@@ -17,5 +17,9 @@
|
|||||||
"sourceMap": true
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"include": ["src/@awesome-cordova-plugins/core/**/*.ts"],
|
"include": ["src/@awesome-cordova-plugins/core/**/*.ts"],
|
||||||
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"]
|
"exclude": ["node_modules", "src/@awesome-cordova-plugins/core/**/*.spec.ts"],
|
||||||
|
"angularCompilerOptions": {
|
||||||
|
"genDir": "aot",
|
||||||
|
"compilationMode": "partial"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
},
|
},
|
||||||
"include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"],
|
"include": ["src/@awesome-cordova-plugins/plugins/**/*.ts"],
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"genDir": "aot"
|
"genDir": "aot",
|
||||||
|
"compilationMode": "partial"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user