Philipp Winterle

Results 33 comments of Philipp Winterle

@ka2n thx for your input. It is true. Without plugin-react it is working. Also with alpha 38. Thank you for your good input!

Yes, I tried with and without. No change `"exclude": ["**/node_modules", "virtual:"]`

I did not exclude it in the beginning. I tried it after your comment. It is not in there in my default config. Just testing if that helps. Excluding does...

Vite Config Export for all packages ```javascript import path from 'path'; import { fileURLToPath } from 'url'; import { defineConfig, UserConfigExport } from 'vite'; import dts from 'vite-plugin-dts'; import cssInjectedByJsPlugin...

actually I don't have any virtual types or virtual imports declared myself. I only have type declarations for scss modules. That's it. Tested it: not working

Having the same problem with lerna 6.0.1. And it doesn't depend on from-package as it does not change the issue. Also I checked the pr for adding this feature and...

Hey @ngontayg ✋🏻 you are asking to extract *only* the class names right? Because you already get all class names and their contents with the atf. If so, why would...

Closing because of silence

Critical CSS or also known as Above the Fold - CSS is a description of what CSS is needed to display a website without any movement or changes in the...