Compare commits

..
Author SHA1 Message Date
Daniel SoglandGitHub 6f20c7ec33 6.0.0-alpha.4 2022-06-03 18:07:05 +00:00
Daniel SoglandGitHub 19165375eb set compile mode to partial 2022-06-03 18:06:49 +00:00
4 changed files with 8 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
# [6.0.0-alpha.4](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2022-06-03)
# [6.0.0-alpha.3](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.2...v6.0.0-alpha.3) (2022-06-03)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"license": "MIT",
"dependencies": {
"tslib": "2.4.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://awesome-cordova-plugins.com",
"author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)",
+1
View File
@@ -22,6 +22,7 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
options.importHelpers = true;
options.inlineSources = true;
options.enableIvy = false;
options.compilationMode = 'partial';
delete options.baseUrl;