Skip to content

FullstackAcademy/babel-preset-fsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-preset-fsa

A Babel preset for Fullstack Academy Curriculum.

Install

Install with npm:

npm i github:FullstackAcademy/babel-preset-fsa

Add to your .babelrc

{
  "presets": ["babel-preset-fsa"]
}

Update

In order to update we need to update the package-lock.json file to point to the latest commit on github.

npm will resolve this for us if we ask it to re-install.

npm i github:FullstackAcademy/babel-preset-fsa
git add package.json
git add package-lock.json

About

A Babel preset for Fullstack Academy Curriculum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published