diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 00:10:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 00:10:47 +0300 |
commit | a7aeded00994c56e4a6f24f53944b159be3a253d (patch) | |
tree | 672e1599d2e3598cf28aa90b1db719c620323e6b /rollup.config.js | |
parent | adf39edc06ca27c1179751601ad56ea7b89c9ab4 (diff) | |
parent | 2b9c6380f071a3fc6379a41259d9f5198d02be7b (diff) | |
download | eslint-config-a7aeded00994c56e4a6f24f53944b159be3a253d.tar.xz eslint-config-a7aeded00994c56e4a6f24f53944b159be3a253d.zip |
Merge pull request #5 from valentineus/release/2020-06-17
release/2020-06-17
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, }), ], }; |