Rip out old frontend setup in favor of webpack

This commit is contained in:
Daniel Lundin
2019-10-03 15:15:37 +02:00
parent fded04d2d3
commit 0556dfef2a
17 changed files with 12031 additions and 3131 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"presets": [
["@babel/preset-env", {
"targets": {
"node": "current"
}
}]
]
}