A Babel preset for Fullstack Academy Curriculum.
Install with npm
:
npm i github:FullstackAcademy/babel-preset-fsa
Add to your .babelrc
{
"presets": ["babel-preset-fsa"]
}
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