我创建了一个Flutter Web项目,并在localhost中正常工作。因此,我计划将网站托管在firebase中。我遵循了已成功部署的命令,但在控制台中仅显示黑屏,并显示错误消息。
错误:
来源为“ https://myportfolioflutterweb.firebaseapp.com/web/main.dart.js”的加载失败。 SyntaxError:期望的表达式,得到了'<'[了解更多]
我的项目结构:
firebase.json:
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/",
"destination": "/web/index.html",
"type": 302
}
]
}
}
命令:
注意:当我将public dir作为公用文件夹时,它将创建index.html。我手动删除了文件,然后导航到路径为web / index.html