Skip to content

[docs] removed cacheBusting in zh-cn and jp #1110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/ja/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,6 @@ module.exports = {

注意: もしメインの webpack の設定に `devtool` オプションが存在しないければオートで `false` にセットされます。

### cacheBusting

> 13.2.0 で新規追加

- 型: `boolean`
- デフォルト: 開発モードで `true`、プロダクションモードで `false`

ファイル名にハッシュクエリを追加することによってキャッシュを破損を伴うソースマップを生成するかどうか。これをオフにするとソースマップデバッギングにも役に立ちます。

### esModule

- 型: `boolean`
Expand Down
9 changes: 0 additions & 9 deletions docs/zh-cn/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,15 +307,6 @@ module.exports = {

开启 Vue 2.4 服务端渲染的编译优化之后,渲染函数将会把返回的 vdom 树的一部分编译为字符串,以提升服务端渲染的性能。在一些情况下,你可能想要明确的将其关掉,因为该渲染函数只能用于服务端渲染,而不能用于客户端渲染或测试环境。

### cacheBusting

> 13.2.0 新增

- 类型:`boolean`
- 默认值:在开发环境下是 `true`,在生产环境下是 `false`。

是否通过给文件名后加哈希查询值来避免生成的 source map 被缓存。关掉这一选项有益于 source map 调试。

### hotReload

> 13.5.0 新增
Expand Down