Build error (ES module) with node v16.15.0
Hello
Using last version of SvelteKit and node 16.15.0 i get this error :
(node:15002) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. Unexpected token 'export'
adding "type":"module" to node_modules/@glidejs/glide/package.json fix the problem
@jedrzejchalubek is it possible to add this feature so that we can use Glide with newer versions of Node ?
please see https://nodejs.org/api/packages.html#packagejson-and-file-extensions
thanks !
@jedrzejchalubek up :)
@julienchazal Are you open to making a PR with that change?
@jedrzejchalubek done
close with #623