-
Using CRACO on a CRA 4.x React application, I need to configure `@mdx-js/loader` to use rehype plugins, and `rehype-slug` in particular. Now, rehype-slug's documentation says that I need to "import" t…
-
![image](https://github.com/opensumi/ide-startup/assets/6072684/718f4a94-63ba-4540-a478-7ee233ae7899)
clone的main里的代码
前序操作唯一的异常是yarn的时候有几个插件安装失败
![image](https://github.com/opensumi/ide-startu…
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/devbox/antd-5-21-2-comptokenmap-forked-xdrqff?file=%2Ftsconfig.json%3…
-
I have a typescript react app that uses electron-webpack. My tsconfig.json looks like this:
```json
{
"extends": "./node_modules/electron-webpack/tsconfig-base.json",
"compilerOptions":…
-
our tsconfig has: (we have esbuild and the esbuild plugin as well)
```
"paths": {
"~/*": [
"src/*"
]
},
```
which works great in the project, b…
-
# Bug report
- [ ] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
lkp-k updated
6 months ago
-
I got error
> ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'options') …
-
First off thanks so much for creating this snippets package! It's helping me learn Aurelia.
One thing I have noticed, is that in my ES6 project, the tab stops do not seem work. I was investigating th…
-
Currently, the plugin does not reflect readonly properties. Also, there should be an option to allow export to `.d.ts` file
-
I've run into a very weird issue with vite-tsconfig-paths, my project suddenly stopped working without me changing anything in it.
After a few hours of debugging, I managed to narrow down the issue…