mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
update to create ivy distribution (#4198)
This commit is contained in:
parent
ab1ea4aef9
commit
5ebe762d4b
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user