Skip to content

Instantly share code, notes, and snippets.

@zertosh
Last active November 16, 2015 17:42
Show Gist options
  • Save zertosh/5a08b2eedb46c602550c to your computer and use it in GitHub Desktop.
Save zertosh/5a08b2eedb46c602550c to your computer and use it in GitHub Desktop.
./node_modules/.bin/browserify -t [ babelify --plugins [ transform-flow-strip-types ] ] entry.js
import type {Type1} from 'my-lib'
{
"name": "babelify-flow-import",
"version": "0.0.0",
"private": true,
"dependencies": {
"babel-plugin-transform-flow-strip-types": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment