Skip to content

Commit c973a5f

Browse files
committed
use rollup-plugin-flow-no-whitespace
1 parent ac108a5 commit c973a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const buble = require('rollup-plugin-buble')
2-
const flow = require('rollup-plugin-flow')
2+
const flow = require('rollup-plugin-flow-no-whitespace')
33
const cjs = require('rollup-plugin-commonjs')
44
const node = require('rollup-plugin-node-resolve')
55
const replace = require('rollup-plugin-replace')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"rollup": "^0.34.13",
5656
"rollup-plugin-buble": "^0.14.0",
5757
"rollup-plugin-commonjs": "^5.0.4",
58-
"rollup-plugin-flow": "^1.0.0",
58+
"rollup-plugin-flow-no-whitespace": "^1.0.0",
5959
"rollup-plugin-node-resolve": "^2.0.0",
6060
"rollup-plugin-replace": "^1.1.1",
6161
"rollup-watch": "^2.4.0",

0 commit comments

Comments
 (0)