Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 41b3d36

Browse files
authored
docs(vue-cli): set parallel: false for vue cli, close #49
1 parent 67cc571 commit 41b3d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ And then use [`vue-tsc`](https://github.com/johnsoncodehk/volar) to do the type
122122
// vue.config.js
123123

124124
module.exports = {
125+
parallel: false, // disable thread-loader, which is not compactible with this plugin
125126
configureWebpack: {
126127
plugins: [
127128
require('unplugin-vue2-script-setup/webpack')({ /* options */ }),
@@ -142,6 +143,7 @@ npm i -D @vue/cli-plugin-typescript vue-tsc
142143

143144
```ts
144145
module.exports = {
146+
parallel: false,
145147
configureWebpack: {
146148
plugins: [
147149
require('unplugin-vue2-script-setup/webpack')({ /* options */ }),

0 commit comments

Comments
 (0)