iursevla / ionic3-PreDB

Ionic 3 Pre-Populated database using cordova-sqlite-ext plugin
The Unlicense
2 stars 2 forks source link

Can we insert db file into www directory automatically with Ionic build process? #2

Closed JeongJun-Lee closed 6 years ago

JeongJun-Lee commented 7 years ago

Thank you for your great tutorial. Can we insert db file into www directory automatically with Ionic build process?

iursevla commented 7 years ago

What you want is to have your database in your desktop (for example) and copy it with ionic build? I guess you can, using copy script from @ionic/app-scripts. Anything else let me know.

JeongJun-Lee commented 6 years ago

Thank you for your kind answer. I got a insight from you. I'll try it by modifying webpack script.