Skip to content

Commit

Permalink
No sourcemaps for minified versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kum-deepak committed Nov 4, 2022
1 parent 1b48ae2 commit ff76f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup-full.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { terser } from 'rollup-plugin-terser';
const umdMinConf = Object.assign({}, umdConf, {
file: 'dist/dc.min.js',
plugins: [terser()],
sourcemap: false,
});

export default [
Expand Down

0 comments on commit ff76f71

Please sign in to comment.