kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Prevent dist directory itself to be removed by webpack #195

Closed pascalw closed 6 years ago

pascalw commented 6 years ago

If this happens, Cordova starts complaining. See #181 for details.

pascalw commented 6 years ago

Can be applied to existing projects like this:

curl -L https://github.com/kabisa/maji/pull/195.patch | sed 's/project_template\///g' | git am