From a5328de5c0fdc170c347f8e502b84fbb27886219 Mon Sep 17 00:00:00 2001 From: Andrew Carpenter Date: Fri, 8 Jun 2018 20:49:26 -0400 Subject: [PATCH] Fix redundant imports in CI example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6ded952..ddd082d 100644 --- a/README.md +++ b/README.md @@ -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',