Skip to content

Commit

Permalink
fix(rollup): removed analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Nov 17, 2019
1 parent e25db7c commit 9da43fa
Show file tree
Hide file tree
Showing 3 changed files with 1,399 additions and 1,848 deletions.
5 changes: 0 additions & 5 deletions .rolluprc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const babel = require('rollup-plugin-babel');
const resolve = require('rollup-plugin-node-resolve');
const minify = require('rollup-plugin-babel-minify');
const visualizer = require('rollup-plugin-visualizer');
const commonjs = require('rollup-plugin-commonjs');

module.exports = [
Expand Down Expand Up @@ -77,10 +76,6 @@ module.exports = [
comments: false,
banner: '/* vector class - MIT License */',
bannerNewLine: true
}),
visualizer({
filename: `./report/${item.output.name}.html`,
template: 'treemap'
})
]
}
Expand Down
Loading

0 comments on commit 9da43fa

Please sign in to comment.