From 65cf95c441aaf9789e00ad68ba0b5fd2bbda4501 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 17 Jun 2020 20:49:00 +0400 Subject: Recovered build Signed-off-by: Valentin Popov --- rollup.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js index d22bb39..4f5794e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,6 +1,6 @@ -import { terser } from "rollup-plugin-terser"; import json from "@rollup/plugin-json"; import typescript from "@rollup/plugin-typescript"; +import { terser } from "rollup-plugin-terser"; module.exports = { input: { @@ -25,7 +25,6 @@ module.exports = { output: { comments: false, }, - sourcemap: false, }), ], }; -- cgit v1.2.3