dev-webpack

This commit is contained in:
Vishnu Raghav B 2020-10-23 11:55:05 +05:30
parent 07d3b76ff3
commit 7c102fe518
3 changed files with 1703 additions and 2035 deletions

View file

@ -132,8 +132,8 @@ import About from "./About.vue"
import PromptDialog from "./modal/PromptDialog.vue"
import { mapState, mapActions } from "vuex"
import { Couchbase, ConcurrencyMode } from "nativescript-couchbase-plugin"
const cb = new Couchbase("enrecipes")
// import { Couchbase, ConcurrencyMode } from "nativescript-couchbase-plugin"
// const cb = new Couchbase("enrecipes")
let page
export default {

3732
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -26,9 +26,9 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@nativescript/android": "7.0.1",
"@nativescript/webpack": "^3.0.8",
"@types/node": "^14.0.27",
"babel-loader": "^8.1.0",
"nativescript-dev-webpack": "^1.5.1",
"nativescript-vue-template-compiler": "^2.6.0",
"node-sass": "^4.13.1",
"vue-loader": "^15.9.1"