We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcc8a1 commit 40b3d3cCopy full SHA for 40b3d3c
rollup.config.js
@@ -7,6 +7,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';
7
import commonjs from '@rollup/plugin-commonjs';
8
import replace from '@rollup/plugin-replace';
9
import path from 'path';
10
+import { visualizer } from 'rollup-plugin-visualizer';
11
12
const pkg = require('./package.json');
13
@@ -52,6 +53,11 @@ const plugins = [
52
53
},
54
],
55
}),
56
+ visualizer({
57
+ open: false,
58
+ gzipSize: true,
59
+ brotliSize: true,
60
+ }),
61
];
62
63
export default {
0 commit comments