Skip to content

Commit

Permalink
fix(rollup): fix configuration rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Dec 16, 2018
1 parent e77c665 commit 0b58d0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ const plugins = [
cleanup(),
];

if (prod) plugins.push(uglify(), visualizer({ filename: './bundle-stats.html' }));

export default output.map((o) => ({
input: 'src/index.js',
external,
Expand Down

0 comments on commit 0b58d0f

Please sign in to comment.