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
when I build vite3+vue2 project it error , but in development environment it work
error
'default' is not exported by src/apiDoc/test.md?vue&type=script&lang.ts, imported by src/apiDoc/test.md
file: F:/emr/vite-vue2-master/src/apiDoc/test.md:1:7
1: import __vue2_script from "F:/emr/vite-vue2-master/src/apiDoc/test.md?vue&type=script&lang.ts"
^
2: export * from "F:/emr/vite-vue2-master/src/apiDoc/test.md?vue&type=script&lang.ts"
3: import { render as __vue2_render, staticRenderFns as __vue2_staticRenderFns } from "F:/emr/vite-vue2-mast
er/src/apiDoc/test.md?vue&type=template&lang.js"
error during build:
Error: 'default' is not exported by src/apiDoc/test.md?vue&type=script&lang.ts, imported by src/apiDoc/test.
md
Describe the bug
when I build vite3+vue2 project it error , but in development environment it work
error
this is my config
use
Reproduction
vite vue2 build
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: