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

Commit

Permalink
⚡ improvement(rollup): replace flow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 20, 2016
1 parent 19f1b0e commit c5d7d9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion template/config/entry.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const replace = require('rollup-plugin-replace'){{#flow}}
const flow = require('./rollup-plugin-flow'){{/flow}}
const flow = require('rollup-plugin-flow-no-whitespace'){{/flow}}
const buble = require('rollup-plugin-buble')
const banner = require('./banner')
const pack = require('../package.json')
Expand Down
15 changes: 0 additions & 15 deletions template/config/rollup-plugin-flow.js

This file was deleted.

4 changes: 3 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"babel-preset-flow-vue": "^1.0.0",
"eslint-plugin-flowtype": "^2.16.0",
"flow-bin": "^0.32.0",
"flow-remove-types": "github:yyx990803/flow-remove-types",
{{/flow}}
{{#conventional}}
"conventional-changelog-cli": "^1.1.1",
Expand Down Expand Up @@ -61,6 +60,9 @@
"rollup": "^0.34.10",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-replace": "^1.1.0",
{{#flow}}
"rollup-plugin-flow-no-whitespace": "^1.0.0",
{{/flow}}
"uglify-js": "^2.6.1",
{{#e2e}}
"chromedriver": "^2.21.2",
Expand Down

0 comments on commit c5d7d9e

Please sign in to comment.