Closed phlegx closed 1 year ago
Hi!
I use latest version 4.1.2 with Vite 4.x, vite-ssr and I get this error:
[vite] Error when evaluating SSR module /.../vue3/src/main.js: failed to import "/src/common/touch.js" |- /.../vue3/node_modules/vue3-touch-events/index.js:416 export default vueTouchEvents ^^^^^^ SyntaxError: Unexpected token 'export'
If I add "type": "module", to package.json of vue3-touch-events all works fine again. Can this be added and released please?
"type": "module",
vue3-touch-events
Related issue: #23
Published, please check?
Hi!
I use latest version 4.1.2 with Vite 4.x, vite-ssr and I get this error:
If I add
"type": "module",
to package.json ofvue3-touch-events
all works fine again. Can this be added and released please?Related issue: #23