-
### What happened?
I am trying to update the repository tags from GitHub actions as per [this](https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api?apiVersion=2022-11-28#authentic…
-
### Demo Repo
https://github.com/vladfrangu/ts-resolution-issue
### Which of the following problems are you reporting?
Something else more complicated which I'll explain in more detail
###…
-
When I build the tsx files get built and they become jsx files into dist folder which then cause errors like this on build where library is consumed
I am trying to build a solid-start project which…
-
### Describe the bug
When we upgraded all our @storybook/ packages from `7.5.2` to `7.6.3` and then ran a storybook project, we got this error:
`'Dynamic require of "@storybook/global" is not supp…
-
"vite-plugin-monkey": "^3.3.0",
```
build:vite: Error [ERR_REQUIRE_ESM]: require() of ES Module /node_modules/.pnpm/open@9.1.0/node_modules/open/index.js from /node_modules/.pnpm/vite-plugin-monke…
-
I've updated wallaby and I'm now getting this error :
```
Error executing tests in vitest:
Initialization: Wallaby is not compatible with current version of Vitest.
Could not find inlineSnapshot…
-
Greasy Fork 上是可以发布[当作库来使用的用户脚本](https://greasyfork.org/scripts/libraries)的。
我在使用 vite-plugin-monkey 插件并想将代码发布为用户脚本库时,用到了 `vite` 的[库模式](https://cn.vitejs.dev/guide/build.html#library-mode)构建。
我遇到…
-
## Abstract
I propose that configuration related to the language toolchain live with Solidity, rather than with frameworks. This is inspired by the TypeScript ecosystem, in which `tsconfig.json…
-
I'm currently working on a project that is using `tsup` to bundle the backend `express` server for a `vite` project.
However, when attempting to call `createViteServer` I get 2 errors. The first be…
-
### Describe the bug
I prepared [repository](https://github.com/Ilya-Valasiuk/react-query-persister-issue) with the issue.
I have NextJS app and I can see that combination of React query + storage…