aboutsummaryrefslogtreecommitdiffhomepage
path: root/rollup.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'rollup.config.js')
-rw-r--r--rollup.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 87282aa..539e2d3 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -12,7 +12,8 @@ const general = {
12 { 12 {
13 dir: './dist', 13 dir: './dist',
14 format: 'esm', 14 format: 'esm',
15 entryFileNames: '[name].mjs' 15 entryFileNames: '[name].mjs',
16 sourcemap: 'true'
16 } 17 }
17 ], 18 ],
18 watch: { 19 watch: {