Skip to content

Instantly share code, notes, and snippets.

@imerkle
Last active July 10, 2017 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imerkle/13e98e553b2dafecd745cc6a69f6d3aa to your computer and use it in GitHub Desktop.
Save imerkle/13e98e553b2dafecd745cc6a69f6d3aa to your computer and use it in GitHub Desktop.
yarn package mofos

DEV without css

yarn add babel-cli babel-loader babel-preset-env babel-preset-react babel-preset-stage-1 babel-plugin-transform-class-properties babel-plugin-transform-react-remove-prop-types babel-plugin-transform-flow-strip-types babel-plugin-flow-react-proptypes babel-eslint eslint eslint-loader eslint-plugin-react eslint-plugin-babel eslint-plugin-flowtype eslint-config-airbnb flow-bin webpack -D

production

yarn add babel-preset-react-optimize babel-plugin-loop-optimizer babel-plugin-groundskeeper-willie babel-plugin-closure-elimination babel-plugin-direct-import -D

optional

yarn add classnames

yarn add babel-plugin-transform-decorators-legacy -D

TEST

yarn add jest mocha chai enzyme react-test-renderer -D

build development stuffs

yarn add cross-env fs-extra flow-copy-source -D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment