-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
🐛 bug report
Description of the problem
When building a Vue+Vuetify 2 application and following the recommended way of referencing components (for automatic tree shaking), the sandbox takes a very, very long time to transpile/build before displaying anything. The app works fine after that, but any modification causes the entire process to start again, even if only one file was modified. It doesn't seem to occur when manually importing each dependency where needed or rolling back to Vuetify 1.
Also, I seem to get CORS errors on all my projects now. I'll try to investigate it and maybe open another issue about that if no one already created one.
How has this issue affected you? What are you trying to accomplish?
I am trying to use a Vue+Vuetify 2 boilerplate I made for my personal projects. Problem : it's now basically unusable.
Link to sandbox: link (optional)
Your Environment
| Software | Name/Version |
|---|---|
| Сodesandbox | Latest, I guess |
| Browser | Chrome 77.0.3865.120 |
| Operating System | Windows 10 |
Packages versions : Vue template, with:
- vue 2.6
- vue-router 3.1.3
- vuetify 2.1.1.10
- vuex 3.1.2