Skip to content

Commit

Permalink
docs: add a decision tree demo (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang authored Dec 29, 2022
1 parent 84f592d commit 759769b
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 3 deletions.
12 changes: 11 additions & 1 deletion packages/site/docs/manual/FAQ/vite-support.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,14 @@ export default defineConfig({
...
]
})
```
```

And [#3284](https://github.com/antvis/G6/issues/3284) propose another sulution for reference:

```javascript
build: {
commonjsOptions: {
ignoreTryCatch: false,
},
},
```
12 changes: 11 additions & 1 deletion packages/site/docs/manual/FAQ/vite-support.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,14 @@ export default defineConfig({
...
]
})
```
```

[#3284](https://github.com/antvis/G6/issues/3284) 提出另一解决方案,供参考:

```javascript
build: {
commonjsOptions: {
ignoreTryCatch: false,
},
},
```
Loading

0 comments on commit 759769b

Please sign in to comment.