multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Crashes in ESM SSR: Cannot use import statement outside a module

Open negezor opened this issue 3 years ago • 0 comments

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.

negezor avatar Jul 30 '22 15:07 negezor