File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,6 @@ module.exports = {
145145
146146 注意: もしメインの webpack の設定に ` devtool` オプションが存在しないければオートで ` false` にセットされます。
147147
148- ### cacheBusting
149-
150- > 13.2 .0 で新規追加
151-
152- - 型: ` boolean`
153- - デフォルト: 開発モードで ` true` 、プロダクションモードで ` false`
154-
155- ファイル名にハッシュクエリを追加することによってキャッシュを破損を伴うソースマップを生成するかどうか。これをオフにするとソースマップデバッギングにも役に立ちます。
156-
157148### esModule
158149
159150- 型: ` boolean`
Original file line number Diff line number Diff line change @@ -307,15 +307,6 @@ module.exports = {
307307
308308开启 Vue 2.4 服务端渲染的编译优化之后,渲染函数将会把返回的 vdom 树的一部分编译为字符串,以提升服务端渲染的性能。在一些情况下,你可能想要明确的将其关掉,因为该渲染函数只能用于服务端渲染,而不能用于客户端渲染或测试环境。
309309
310- ### cacheBusting
311-
312- > 13.2 .0 新增
313-
314- - 类型:` boolean`
315- - 默认值:在开发环境下是 ` true` ,在生产环境下是 ` false` 。
316-
317- 是否通过给文件名后加哈希查询值来避免生成的 source map 被缓存。关掉这一选项有益于 source map 调试。
318-
319310### hotReload
320311
321312> 13.5 .0 新增
You can’t perform that action at this time.
0 commit comments