From d8285664dc2ba2bed17adc0d09530b7552d3d773 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] enable sourcemaps everywhere --- rollup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 4b0c358e..313b8e11 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -38,6 +38,7 @@ export default entries.map((output) => ({ file: output.file, format: output.format, name: output.name, + sourcemap: true, exports: 'auto', }, plugins: [ @@ -65,7 +66,7 @@ export default entries.map((output) => ({ }), commonjs(), - typescript({ sourceMap: !production }), + typescript(), css({ // we'll extract any component CSS out into