Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix: add correct flow-types
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Feb 3, 2019
1 parent 9d5a2dd commit 299605d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import flowEntry from 'rollup-plugin-flow-entry';
import pkg from './package.json';

export default [
// CommonJS
{
input: './src/index.js',
output: {
Expand All @@ -21,8 +20,6 @@ export default [
],
plugins: [babel(), resolve(), uglify(), flowEntry()],
},

// ES
{
input: './src/index.js',
output: {
Expand Down

0 comments on commit 299605d

Please sign in to comment.