We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac108a5 commit c973a5fCopy full SHA for c973a5f
build/rollup.config.js
@@ -1,5 +1,5 @@
1
const buble = require('rollup-plugin-buble')
2
-const flow = require('rollup-plugin-flow')
+const flow = require('rollup-plugin-flow-no-whitespace')
3
const cjs = require('rollup-plugin-commonjs')
4
const node = require('rollup-plugin-node-resolve')
5
const replace = require('rollup-plugin-replace')
package.json
@@ -55,7 +55,7 @@
55
"rollup": "^0.34.13",
56
"rollup-plugin-buble": "^0.14.0",
57
"rollup-plugin-commonjs": "^5.0.4",
58
- "rollup-plugin-flow": "^1.0.0",
+ "rollup-plugin-flow-no-whitespace": "^1.0.0",
59
"rollup-plugin-node-resolve": "^2.0.0",
60
"rollup-plugin-replace": "^1.1.1",
61
"rollup-watch": "^2.4.0",
0 commit comments