-
-
Notifications
You must be signed in to change notification settings - Fork 386
Closed
Labels
Description
// /pages/+config.js
// Environment: config
import ssr from './ssr' with { type: 'pointer' }
console.log(ssr) // Prints 'import:./ssr:default'Until this is implemented, a workaround is to rename ssr.js to ssr.jsx.
Let's implement this once:
- Vite uses Rolldown
- Rolldown supports import attributes
Reactions are currently unavailable