Mateusz Kadlubowski
Mateusz Kadlubowski
I am facing a similar issue. When a CSS module file contains those "at-rules": `@use`, `@include`, and `@apply` _(from the TailwindCSS)_. It returns an error `Property '' does not exist...
If this feature request would pass, how about using the `engines` key from `package.json`, where we can specify node version, instead of another file `.nvmrc`? ```json { "engines": { "node":...
With `"html-webpack-plugin": "^4.0.0-beta.5"`, issue remains same.
Hi, I'd like to contribute by adding more info to this case. I encountered the same issue when initiating a storybook in the new project template. I am using `pnpm`...
I am not sure what the heck happened. Upgrading `pnpm` and adding `svelte-package` to the CI step **possibly** fixed the issue _(at least when I tried to reproduce locally)_, the...
> How reliant is this check @xeho91? If the documentation for Bun global object is still in progress, should we wait to write a reliable check? Sure, I am cool...
> @flexdinesh > > There is now a documented approach from Bun. @xeho91 pull request has done 90% of the work so its probably easier to just change this one...
> Thanks @xeho91. Looking good. Could you remove the files in `test` dir? We got rid of all tests recently because they were not really testing anything. I'll merge and...
> @paradoxloop good to merge. Looks like there are some conflicts. Once that's resolved, I'll merge and ship a new minor. Thanks for following this through. Hi @flexdinesh, I am...
There's a work in progress #177