Skip to content

Commit a5328de

Browse files
committed
Fix redundant imports in CI example
1 parent 4a5f535 commit a5328de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ const onAnalysis = ({bundleSize}) => {
6161
console.log(`Bundle size exceeds ${limitBytes} bytes: ${bundleSize} bytes`)
6262
return process.exit(1)
6363
}
64-
import { rollup } from 'rollup'
65-
import { plugin as analyze } from 'rollup-analyzer-plugin'
6664

6765
rollup({
6866
entry: 'main.js',

0 commit comments

Comments
 (0)