Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 352 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 352 Bytes

Babel configuration demo

Playground for examining how various options affect the output of Babel 6.

  • Install (everything you need is installed locally):

    cd babel-config-demo/
    npm install
    
  • Build once:

    npm run build
    
  • Watch files, build whenever there are changes:

    npm run watch