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
importafrom'user.js'// tool.js in node_modules but wrong// The requested module '/node_modules/user.js?v=313d6f97' does not provide an export named 'default'
This discussion was converted from issue #1431 on February 16, 2023 14:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i use @rollup/plugin-commonjs in vite
create a file named src/tool.js,
exports["default"] = 3
and import in App.vue
but same file in node_module is useless
Beta Was this translation helpful? Give feedback.
All reactions