From 39f078f0432c314de48091ce1a9e712cf30f0be9 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 16 Oct 2023 09:00:03 +0300 Subject: [PATCH] feat: remove rollup cli warning (#51987) --- tools/ui-components/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ui-components/rollup.config.js b/tools/ui-components/rollup.config.js index 1722f4d881f..f75a900ba52 100644 --- a/tools/ui-components/rollup.config.js +++ b/tools/ui-components/rollup.config.js @@ -24,7 +24,7 @@ const config = { plugins: [ postcss(), resolve(), - typescript({ sourceMap: false, declaration: false }), + typescript({ sourceMap: true, declaration: true }), babel({ babelHelpers: 'bundled' }), commonjs(), production && terser()