Skip to content

Commit a24b971

Browse files
committed
chore: merge branch 'next' into dev
2 parents f5135d4 + 7813ca9 commit a24b971

File tree

9 files changed

+4
-45
lines changed

9 files changed

+4
-45
lines changed

docs/.vuepress/components/Bit.vue

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ actionLink: /guide/
66
footer: MIT Licensed | Copyright © 2018-present Evan You
77
---
88

9-
<div style="text-align: center">
10-
<Bit/>
11-
</div>
12-
139
<div class="features">
1410
<div class="feature">
1511
<h2>Feature Rich</h2>

docs/config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar: auto
44

55
# Configuration Reference
66

7-
<Bit/>
8-
97
## Global CLI Config
108

119
Some global configurations for `@vue/cli`, such as your preferred package manager and your locally saved presets, are stored in a JSON file named `.vuerc` in your home directory. You can edit this file directly with your editor of choice to change the saved options.
@@ -277,6 +275,8 @@ In v3 this means the opposite of `css.requireModuleExtension`.
277275

278276
Extracting CSS is disabled by default in development mode since it is incompatible with CSS hot reloading. However, you can still enforce extraction in all cases by explicitly setting the value to `true`.
279277

278+
Instead of a `true`, you can also pass an object of options for the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) if you want to further configure what this plugin does exactly.
279+
280280
### css.sourceMap
281281

282282
- Type: `boolean`

docs/guide/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarDepth: 0
44

55
# Overview
66

7-
<Bit/>
8-
97
::: warning
108
This documentation is for `@vue/cli`. For the old `vue-cli`, see [here](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
119
:::

docs/ru/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ actionLink: /ru/guide/
66
footer: MIT Licensed | Copyright © 2018-present Evan You
77
---
88

9-
<div style="text-align: center">
10-
<Bit/>
11-
</div>
12-
139
<div class="features">
1410
<div class="feature">
1511
<h2>Богатые возможности</h2>

docs/ru/config/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar: auto
44

55
# Конфигурация
66

7-
<Bit/>
8-
97
## Глобальная конфигурация CLI
108

119
Некоторые глобальные настройки для `@vue/cli`, такие как предпочитаемый менеджер пакетов и ваши локальные пресеты настроек, сохранены в JSON-файле `.vuerc` в вашем домашнем каталоге. Вы можете использовать любой редактор для изменения этих настроек.

docs/ru/guide/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarDepth: 0
44

55
# Введение
66

7-
<Bit/>
8-
97
::: warning Предупреждение
108
Эта документация для `@vue/cli`. Для старой версии `vue-cli`, см. [здесь](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--).
119
:::

docs/zh/guide/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarDepth: 0
44

55
# 介绍
66

7-
<Bit/>
8-
97
::: warning 警告
108
这份文档是对应 `@vue/cli`。老版本的 `vue-cli` 文档请移步[这里](https://github.com/vuejs/vue-cli/tree/v2#vue-cli--)
119
:::

packages/@vue/cli-plugin-unit-mocha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- **`vue-cli-service test:unit`**
88

9-
Run unit tests with [mocha-webpack](https://github.com/zinserjan/mocha-webpack) + [chai](http://chaijs.com/).
9+
Run unit tests with [mochapack](https://github.com/sysgears/mochapack) + [chai](http://chaijs.com/).
1010

1111
**Note the tests are run inside Node.js with browser environment simulated with JSDOM.**
1212

@@ -27,7 +27,7 @@
2727

2828
Default files matches are: any files in `tests/unit` that end in `.spec.(ts|js)`.
2929

30-
All [mocha-webpack command line options](http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html) are also supported.
30+
All [mochapack command line options](https://sysgears.github.io/mochapack/docs/installation/cli-usage.html) are also supported.
3131

3232
## Installing in an Already Created Project
3333

0 commit comments

Comments
 (0)