-
I've been given some time in the current iteration to do some fixes and improvements for Rosetta. While working on one of the issues, I found that not having working source maps made it more difficul…
-
![](https://user-images.githubusercontent.com/8110568/156556608-e51eb9b2-bc18-41ab-ba55-4c49c0b8aa6e.png)
-
### Describe the bug
A minifier should not delete the default value of a function argument when evaluating the length of the function, as this can change the function's length.
In the following …
-
### What happened?
After building `quasar dev -m bex` using webpack @quasar/app-webpack@4.0.0-beta.19
It is a white screen and the console prints:
`Uncaught EvalError: Refused to evaluate a strin…
-
I have a `.css.jinja2` file (part of a site using a homegrown static site generator) with this line at the bottom:
{# vim: set ft=css noexpandtab : #}
As soon as I enable this to my `.vimrc`…
-
Using latest next `13.4.1-canary.0` and latest swc-plugin-coverage-instrument `0.0.18` and when running `next dev` get the following error
```
The "use client" directive must be placed before othe…
-
#### Do you want to request a _feature_ or report a _bug_?
Feature
#### What is the current behavior?
It seems there is currently no support for plugins when using SWC with Next.js. Are there…
-
### Describe
I have a library for Solid JS which is a CSS in JS library, I can't access the document so Every styled call renders two components
```
const X = styled("div")`
color : red;
`…
-
latest update of react-scripts to 4.0.0 from 3.4.4 causes a compilation problem.
With 3.4.4 it works, and the file exists
```bash
./src/styles/mycssfile.css
Error: Can't resolve '/images/module…
-
### Summary 💡
This issue will serve as an umbrella for all issues related to Next.js app router integration. It will be easier to have an overview of all the problems in one place.
### Done
-…