chore: esm upgrade

This commit is contained in:
Enrico Sacchetti 2023-06-25 14:31:45 -04:00
commit 139b2d2e7e
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
4 changed files with 49 additions and 52 deletions

View file

@ -139,7 +139,7 @@ function carbonify() {
};
}
export {
const config = {
extensions: [".svelte", ".svx"],
preprocess: [
{
@ -223,3 +223,5 @@ export {
},
],
};
export { ...config }