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 introduce A.js into B.js, I will report an error:
Uncaught SyntaxError: The requested module '/@fs/D:/vite-react/src/interface/list.ts' does not provide an export named 'default'
Reproduction
a.js
export default interface list{}
b.js
import list form 'a.js'
export {list}
System Info
vite version: 2Operating System: win64Node version: v12.14.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When I introduce A.js into B.js, I will report an error:
Uncaught SyntaxError: The requested module '/@fs/D:/vite-react/src/interface/list.ts' does not provide an export named 'default'
Reproduction
a.js
b.js
System Info
The text was updated successfully, but these errors were encountered: