kaokei
kaokei
@manniL It seems that the priority of this issue is not very high. If possible, I can try to fix this problem. My solution is to migrate the `buildId` from...
@xuyifeiOnly 你是怎么配置的?我的理解是目前nuxt还不支持这个功能呢。我的解决方案说是要把buildId从appConfig中迁移到nuxtConfig中,实际意思是指要提交pr去修改nuxt的构建逻辑。我估计改动还不小。
@xuyifeiOnly 当然了,entry.js的内容中包含了buildId,这个buildId是一个随机生成的字符串。所以每次构建都会产生一个新的buildId,这样就导致entry.js的文件内容发生了变化,既然内容都变化了,entry.js的hash肯定会变化。 所以这个问题不是能通过配置能解决的,需要修改nuxt本身的构建逻辑。
I initialized a monorepo by rush recently. The monorepo has a vue app package and a vue component package. The key problem is the vue component package depend on a...
我也遇到这个问题了,明明还有空间可以显示的,就是不显示
好像没看出来区别。那就先不管了吧,不影响开发。