initial commit. Created a basic webpack.config.js file, some basic .babelrc settings, and some notes on the build
This commit is contained in:
parent
9e6b2b9d6e
commit
811e3eebe0
7 changed files with 2627 additions and 0 deletions
4
.babelrc
Normal file
4
.babelrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"presets": ["env"],
|
||||
"plugins": ["transform-react-jsx"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue