chore(deps-dev): bump rollup-plugin-terser from 5.3.0 to 6.1.0

Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.3.0 to 6.1.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.3.0...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-24 22:46:58 +00:00
committed by Michael Vines
parent c4797ae210
commit 6e262b8eab
3 changed files with 18 additions and 50 deletions

View File

@ -52,7 +52,6 @@ function generateConfig(configType) {
terser({
mangle: false,
compress: false,
sourcemap: true,
}),
);
}