Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e757ac

Browse filesBrowse files
anteriovieirakazupon
authored andcommitted
Add note about OccurrenceOrderPlugin (vuejs#773)
1 parent 35c9caa commit 9e757ac
Copy full SHA for 9e757ac

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎docs/pt_BR/workflow/production.md

Copy file name to clipboardExpand all lines: docs/pt_BR/workflow/production.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
warnings: false
2525
}
2626
}),
27-
// Otimizar ids de módulo por contagem de ocorrências
27+
// Webpack 1 apenas - otimiza ids de módulo por contagem de ocorrências
2828
new webpack.optimize.OccurrenceOrderPlugin()
2929
]
3030
}
@@ -36,4 +36,4 @@ Obviamente não queremos usar estás configurações durante o desenvolvimento,
3636

3737
2. Ou use dois arquivos de configuração do Webpack separados, um para o desenvolvimento e outro para produção. E talvez compartilhe algumas opções comuns entre eles em um terceiro arquivo, como mostrado em [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0).
3838

39-
Isto é com você, desde que o objetivo seja atingido.
39+
Isto é com você, desde que o objetivo seja atingido.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.