You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
I'm just in the process of migrating my old electron-vue project to the latest milestone release. However I'm a little confused, there is 4 webpack configs in total, 2 in ./electron-vue/ and 2 in root. According to the updated documentation I should be using the electron-vue/ ones, but what purpose do the 2 in root serve other than confusion?
The text was updated successfully, but these errors were encountered:
Make sure vue-cliis updated. There was a recent issue that somehow mixed a cached and current version of a template. Not sure how this is possible, but I also into this during development.
All updated files should be in order, so you shouldn't have any issues. You may just have extra files from the older version, another would be the config.js which has been removed.
I'm just in the process of migrating my old electron-vue project to the latest milestone release. However I'm a little confused, there is 4 webpack configs in total, 2 in
./electron-vue/
and 2 in root. According to the updated documentation I should be using the electron-vue/ ones, but what purpose do the 2 in root serve other than confusion?The text was updated successfully, but these errors were encountered: