-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bufferoverflow when using postcss with tailwind in the preprocessor config #20
Comments
I've recently played a bit with a roughly equivalent setup, and it definitely has something to do with the way the Playground project: https://github.com/DorianGrey/svelte-ts-playground
Causes the same message as mentioned above. The only alternative option for now seems to be to mock the setup with something empty to prevent it from becoming processed, like:
Though this does not seem like an optimal solution, at least not for a general case. Simply speaking - since we're only talking about unit tests, it should be fine to be able to disable the |
Having the same issue. Digging deeper in my case, the package
The workaround by @DorianGrey with mocking the |
If I simply patch the spawned process to have a 10MB |
As far as I picked up from this node's discussion its OK to set it to 10MB. And this solves the issue with TailwindCSS. Please see the PR. |
Thanks to @ilyavf this has been fixed in |
Hi, I have the postcss configured and when It compiles tailwind, jest seems to run many times in quick succession. After a few seconds I get an error.
svlete.config.js
postcss.config.js
package.json
Environment
The text was updated successfully, but these errors were encountered: