solid v3 setup, wip

This commit is contained in:
Lukas Juhas 2017-06-06 15:23:36 +01:00
parent b02b2f2519
commit 7e87836ada
62 changed files with 665 additions and 4867 deletions

4
.babelrc Normal file
View file

@ -0,0 +1,4 @@
{
"presets": ["es2015", "stage-2"],
"comments": false,
}