multiselect
multiselect copied to clipboard
Crashes in ESM SSR: Cannot use import statement outside a module
Version
- Vue version: 3
Description
Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
Applying any of the above fixes the problem of my ESM SSR server crashing. I'm using a clean Vite build for SSR.