-
### Pre-flight checklist
- [X] I have once read some documentation of some project
- [X] I agree to behave
- [X] I have searched the issue tracker for a bug that matches the one I want to file, w…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
I utilized vite to create a frontend template. The package.json resides in the frontend directory and includes development tools, but I'm encountering an error. This project involves Django and React.…
-
### Describe the bug
When importing `@webcontainer/api@1.4.0` into a project using Webpack 5 bundler, it throws an error:
```shell
ERROR in ./node_modules/@webcontainer/api/dist/utils/file-syste…
-
### Describe the bug
Hi,
I am having trouble with an application which has `base: '/home'` set in vite.config.ts.
I build a simple example with vitest where spy.js of vitest cannot be imported when…
-
今天写着写着莫名其妙的提示我scss的api被弃用,麻烦作者更新一下scss的api,我自己改实在无能为力,退版本也报错,
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https…
-
### Describe the bug
Currently, WXT uses `c12` (and `c12` uses `jiti` internally) to load the `wxt.config.ts` file, but it is loaded as CJS.
This causes Vite 5's CJS warning to show up when imp…
-
Hi,
many thanks for the CSP vite plugin.
I have the following problem with eslint:
````
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Error while loading rule 'import/no-cycle': No "exports" main def…
-
vite-module-loader.js cant finde Modules. I add console.error(error); in this code to get the full error
`
try {
await fs.access(viteConfigPath);
// Import the module…