Skip to navigation
Cordova build hook to copy node_modules files to the www folder
05.05.18
module.exports = function(context) { var fs = require('fs'); let copy = ['node_modules/pouchdb/dist/pouchdb.js']; let dest_path = 'www/js/'; for(var i=0;i
https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/
Reply
Anonymous
Information Epoch 1732667127
Small is beautiful.
Home
Notebook
Contact us