initial commit. Created a basic webpack.config.js file, some basic .babelrc settings, and some notes on the build

This commit is contained in:
Sean Toner 2017-06-14 13:18:11 -04:00 committed by Sean Toner
parent 9e6b2b9d6e
commit 811e3eebe0
7 changed files with 2627 additions and 0 deletions

4
.babelrc Normal file
View file

@ -0,0 +1,4 @@
{
"presets": ["env"],
"plugins": ["transform-react-jsx"]
}