Skip to content

Commit

Permalink
Fix redundant imports in CI example
Browse files Browse the repository at this point in the history
  • Loading branch information
doesdev committed Jun 9, 2018
1 parent 4a5f535 commit a5328de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ const onAnalysis = ({bundleSize}) => {
console.log(`Bundle size exceeds ${limitBytes} bytes: ${bundleSize} bytes`)
return process.exit(1)
}
import { rollup } from 'rollup'
import { plugin as analyze } from 'rollup-analyzer-plugin'

rollup({
entry: 'main.js',
Expand Down

0 comments on commit a5328de

Please sign in to comment.