Skip to content

Commit

Permalink
docs(cn): fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed Jun 2, 2021
1 parent 455888d commit bd41af9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions guide/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@ const worker = new Worker()
```

```js
<<<<<<< HEAD
// 内联为 base64 字符串
=======
// sharedworker
import SharedWorker from './shader.js?sharedworker'
const sharedWorker = new SharedWorker()
```

```js
// Inlined as base64 strings
>>>>>>> 540fde078f5d9d4eaf25ddf17e7eeda958734835
// 内联为 base64 字符串
import InlineWorker from './shader.js?worker&inline'
```

Expand Down
4 changes: 0 additions & 4 deletions guide/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ module.exports = {
}
```

<<<<<<< HEAD
如果你指定了另一个根目录,请记住,在解析输入路径时,`__dirname` 的值将仍然是 vite.config.js 文件所在的目录。因此,你需要把 `root` 的路径添加到 `resolve` 的参数中。
=======
If you specify a different root, remember that `__dirname` will still be the folder of your vite.config.js file when resolving the input paths. Therefore, you will need to add your `root` entry to the arguments for `resolve`.
>>>>>>> 540fde078f5d9d4eaf25ddf17e7eeda958734835

## 库模式 {#library-mode}

Expand Down

0 comments on commit bd41af9

Please sign in to comment.