-
### Describe the bug
Webpack as bundler, swc's externalHelpers such as `_instanceof`, etc. can't work with AMD module. The build and compile process works well, but reporting error when running the…
-
When I run it by "npm start", but I got the following error message from the browser console:
Uncaught TypeError: b is not a function
at eval (theme.js:6:422)
at Array.forEach ()
at …
-
### Current Behavior
During serve of my website my build fails. In webpack.config.ts I am loading a ts file using require. I have an import at the top of that ts file. I get the following error Canno…
-
Is there a plan for a SWC plugin?
We phased out tsc a long time ago and replaced it with babel. Now we toy with SWC and also migrate to next-12 using swc.
Going back to tsc is not really an option…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-
**Describe the bug**
Clean clone, with .env gives TypeError
**To Reproduce**
Steps to reproduce the behavior:
1. clone repo
2. follow steps back-end (without gravity forms) & front-end
3. np…
-
-
### Describe the bug
I added v8.1.1 of @Storybook/react and the portal came-up and I see my stories listed in components panel but they are not loading and throwing error
`Error: Cannot find module …
-
### Documentation issue
- [ ] Reporting a typo
- [ X ] Reporting a documentation bug
- [ ] Documentation improvement
- [ ] Documentation feedback
### Is there a specific documentation page …
-
### Bug description
We have multiple DBs and multiple prisma clients generated to `node_modules/@prisma/client/{db-name}`
**`bar/db/prisma/schema.prisma`**
```prisma
generator client {
provid…