Bug fix that enabling capacitor copy file from www

This commit is contained in:
Eudes Inácio
2021-12-02 15:09:06 +01:00
parent 8809aa2779
commit d0e72d78ba
3 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.capacitorjs.app.testapp',
appName: 'capacitor-testapp',
webDir: 'build',
webDir: 'www',
plugins: {
SplashScreen: {
launchAutoHide: false,
+13
View File
@@ -8115,6 +8115,19 @@
}
}
},
"cordova-sqlite-storage": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/cordova-sqlite-storage/-/cordova-sqlite-storage-6.0.0.tgz",
"integrity": "sha512-njRloA3AICaUFztKHXoFfVcwlL7zbvyFxtdZIkK7P+MA3umILXtSKhYAQkSe2GtHr0LBNzJI5xUUqAlZl/Js0A==",
"requires": {
"cordova-sqlite-storage-dependencies": "4.0.0"
}
},
"cordova-sqlite-storage-dependencies": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cordova-sqlite-storage-dependencies/-/cordova-sqlite-storage-dependencies-4.0.0.tgz",
"integrity": "sha512-dTBxYaX/RGzH6+pp49o4sb3FuHCvhrssaKn1XMJ4LL3f9dnvz3rhFK2LdcWrdFkhOLOndnW/azUkbzZd+WWhRA=="
},
"core-js": {
"version": "3.18.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.18.1.tgz",
+1
View File
@@ -104,6 +104,7 @@
"cordova-plugin-okhttp": "^2.0.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-res": "^0.15.3",
"cordova-sqlite-storage": "^6.0.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.0.0",
"date-fns": "^2.17.0",