mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-20 14:25:07 +00:00
switch to mjs to align with Svelte
This commit is contained in:
@@ -16,7 +16,7 @@ function template(kind, external, target) {
|
||||
return {
|
||||
input: `templates/src/${kind}/index.ts`,
|
||||
output: {
|
||||
file: `templates/${kind}.js`,
|
||||
file: `templates/${kind}.mjs`,
|
||||
format: 'es'
|
||||
},
|
||||
external,
|
||||
|
||||
Reference in New Issue
Block a user