Add "type": "module"
to package.json
#568
Labels
Priority: Medium
Bug, issue, or pull request is a P2
Type: Proposal
Issue or pull requests contains a new proposal
Svelte libraries should generally contain
"type": "module" in
package.json`Probably the hardest part would be dealing with the tests. They should be migrated to ESM. If you upgrade to the latest version of
svelte-jester
it will only support ESM. Thesvelte-jester
README will describe how to set this up. Alternatively, vitest could be usedThe text was updated successfully, but these errors were encountered: