只是 pwa,ngsw.json:
{
"urls": [
"/en-US/favicon.ico",
"/en-US/index.html",
"/en-US/main.5acdb24ff94375e5.js",
"/en-US/manifest.webmanifest",
"/en-US/polyfills.1fcf5bb524b41b13.js",
"/en-US/runtime.39739f775675b274.js",
"/en-US/styles.01b68997c00690dc.css"
],
}
添加app-shell,ngsw.json:
{
"urls": [
"/favicon.ico",
"/index.html",
"/main.5acdb24ff94375e5.js",
"/manifest.webmanifest",
"/polyfills.1fcf5bb524b41b13.js",
"/runtime.39739f775675b274.js",
"/styles.01b68997c00690dc.css"
],
}
angular13 app-shell 现在不支持 i18n 构建?