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
My Vue3 application has some business logic that requires me to render some HTML which could include a limited set of vue components. When I run vite (build), this all works. Running vite-ssg will not. The error is related to no being able to use import and it is suggested to make modifications to the builder (examples for Webpack & Laravel) to get this working. I've seen in the past that all issues related to imports are referred to the original package maintainers, but this leads to a dead end. Isn't there really no alternative?
Describe the bug
My Vue3 application has some business logic that requires me to render some HTML which could include a limited set of vue components. When I run vite (build), this all works. Running vite-ssg will not. The error is related to no being able to use import and it is suggested to make modifications to the builder (examples for Webpack & Laravel) to get this working. I've seen in the past that all issues related to imports are referred to the original package maintainers, but this leads to a dead end. Isn't there really no alternative?
Reproduction
https://github.com/JeffreyArts/vite-ssg-esm-bundler
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: