gpt4 book ai didi

manifest.json - URIError : Failed to decode param '%PUBLIC_URL%/manifest.json'

转载 作者:行者123 更新时间:2023-12-03 16:27:43 32 4
gpt4 key购买 nike

我在使用webpack运行应用程序时遇到问题,出现以下错误:

URIError: Failed to decode param '/%PUBLIC_URL%/manifest.json'
at decodeURIComponent (<anonymous>)

我试图解决像为网站图标解决的问题,但是它对我不起作用
plugins: [
new HtmlWebpackPlugin({
favicon: "./public/favicon.ico",
filename: "index.html",
manifest: "./public/manifest.json"
})
],

我希望该索引文件可以读取/%PUBLIC_URL%/的值。我该怎么办?

最佳答案

在像这样配置webpack之后:

HtmlWebpackPlugin ({
favicon: "./public/favicon.ico",
filename: "index.html",
manifest: "./public/manifest.json"
}).
将 list 链接保留在index.html中:
<link rel = "manifest" href = "manifest.json" />
它为我工作。

关于manifest.json - URIError : Failed to decode param '%PUBLIC_URL%/manifest.json' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61367555/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com