From 299605d6d036394462bdea762bb649be7954d5ba Mon Sep 17 00:00:00 2001 From: mg901 Date: Mon, 4 Feb 2019 01:27:32 +0300 Subject: [PATCH] fix: add correct flow-types --- rollup.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index 0b0d3ed..717d0a7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -6,7 +6,6 @@ import flowEntry from 'rollup-plugin-flow-entry'; import pkg from './package.json'; export default [ - // CommonJS { input: './src/index.js', output: { @@ -21,8 +20,6 @@ export default [ ], plugins: [babel(), resolve(), uglify(), flowEntry()], }, - - // ES { input: './src/index.js', output: {