diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 19:49:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 19:49:00 +0300 |
commit | 65cf95c441aaf9789e00ad68ba0b5fd2bbda4501 (patch) | |
tree | ba3a98435ff743397a477c33a47511d442787bf8 /rollup.config.js | |
parent | 2c62da8decad63e1ee4b4cbc1e5ac88e42032594 (diff) | |
download | eslint-config-65cf95c441aaf9789e00ad68ba0b5fd2bbda4501.tar.xz eslint-config-65cf95c441aaf9789e00ad68ba0b5fd2bbda4501.zip |
Recovered build
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'rollup.config.js')
-rw-r--r-- | rollup.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
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, }), ], }; |