Skip to content

Commit

Permalink
closes facebook#116 - add an example .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
ortonomy committed Nov 8, 2017
1 parent e6cdbfc commit ebfc8c4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions examples/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# delete the environment strings as appropriate

# enable SASS support
REACT_APP_SASS=true

# enable LESS support
REACT_APP_LESS=true

# enable Stylus support
REACT_APP_STYLUS=true

# enable CSS modules
REACT_APP_CSS_MODULES=true

# enable Sass modules
REACT_APP_SASS_MODULES=true

# enable Less modules
REACT_APP_LESS_MODULES=true

# enable Stylus modules
REACT_APP_STYLUS_MODULES=true

# enable stage-0 Babel preset
REACT_APP_BABEL_STAGE_0=true

# enable decorators support
REACT_APP_DECORATORS=true

# enable webpack dashboard access
REACT_APP_WEBPACK_DASHBOARD=true

0 comments on commit ebfc8c4

Please sign in to comment.