Poprawki optymalizacyjne (1.3.3)

This commit is contained in:
2020-12-02 21:16:38 +01:00
parent 540ad30730
commit a072e6d42e
16 changed files with 84 additions and 7010 deletions
-19
View File
@@ -1,19 +0,0 @@
{
"hosting": {
"public": "dist",
"site": "stacjownik-td2",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
},
"functions": {
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
}