firebase-tools:
Windows
firebase deploy --only hosting
with firebase-tools > v13.9.0
{
"source": "**",
"destination": "/index.html"
}
not working on static assets.
all graphics not loading.
downgrading to firebase-tools@13.9.0
static assets works again.
firebase-tools:
Windows
firebase deploy --only hosting
with firebase-tools > v13.9.0
{ "source": "**", "destination": "/index.html" }not working on static assets.
all graphics not loading.
downgrading to firebase-tools@13.9.0
static assets works again.