babel, sourcemaps, fixed some uglify errors + a crash on wifi page

This commit is contained in:
2017-09-10 22:34:54 +02:00
parent c354ec871f
commit 0a975e8801
10 changed files with 907 additions and 55 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"presets": [
["env", {
"targets": {
"browsers": [
"last 2 versions",
"> 4%",
"ie 11",
"safari 8",
"android 4.4"
]
}
}],
["minify", {
"mergeVars": false
}]
]
}