Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 495 Bytes

babel7-typescript

Babel 7, Typescript, React, Redux, Sagas, Styled Components

Getting started

Dev and Prod Builds

  • Set NODE_ENV to development for dev build (source maps, no uglification or minification)
  • Set NODE_ENV to production for prod build (no source maps, uglification and minification)
  • Defaults to prod build if NODE_ENV is not set