Implement frontend dependency management

This commit is contained in:
Bálint Bokros
2017-12-11 17:36:49 +01:00
parent b5e3759bed
commit 7e79c22437
9 changed files with 2997 additions and 18 deletions

3
src/app/static/.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"presets": ["env"]
}