vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
908 stars 163 forks source link

fix: wrong mainFile name when switching development mode #107

Closed zqran closed 1 year ago

zqran commented 1 year ago

In the newly updated sfc playground(https://github.com/vuejs/core/pull/8625), when switching the development mode, the following error occurs:

https://github.com/vuejs/repl/assets/15389209/472bd65e-c9d0-4240-a7d8-475a1711ff3f

sxzz commented 1 year ago

Thanks for the PR, fixed in c0184da