We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5f535 commit a5328deCopy full SHA for a5328de
1 file changed
README.md
@@ -61,8 +61,6 @@ const onAnalysis = ({bundleSize}) => {
61
console.log(`Bundle size exceeds ${limitBytes} bytes: ${bundleSize} bytes`)
62
return process.exit(1)
63
}
64
-import { rollup } from 'rollup'
65
-import { plugin as analyze } from 'rollup-analyzer-plugin'
66
67
rollup({
68
entry: 'main.js',
0 commit comments