From 5ed7dee8003a62efe4702ea8a88215122f6eb921 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Fri, 1 Apr 2022 16:15:13 -0700 Subject: [PATCH] fix: remove broken sourcemaps --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 04d4a37d..c32fe177 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -23,7 +23,6 @@ export default [ output: { file: "dist/index.esm.js", format: "esm", - sourcemap: true, }, }, ];