Bill Collins

Results 88 comments of Bill Collins

Thanks for the response. Chrome appears to be doing something strange with its rounding (or not rounding) then: https://codepen.io/billhp/pen/YPPWWYN in chrome: ![Image](https://github.com/user-attachments/assets/616a46cc-3b65-4f29-bb6c-7c1fd2d032fa) in firefox: ![Image](https://github.com/user-attachments/assets/1f737972-af52-469b-87a6-59fd2bd5293b) Would it be possible to...

For reference, I've hit this too, likely because of autocrlf behaviour.

I don't know why lightningcss isn't happy with composed classes called default...in my usage it's been ok and I can't see anything in this plugin that's mangling it. Will take...

As far as I can see this is a bug in lightningcss. Raised https://github.com/parcel-bundler/lightningcss/issues/908

It looks like lightningcss is interpreting the value of `compses` as a css custom ident, and thus forbidding names like `default`.

As the logic currently stands, using exportMode 'named' omits classes named 'default' - if I change to assert for their presence it fails. ``` JestAssertionError: expect(received).toMatchObject(expected) - Expected - 1...

So - my previous understanding of how bundling works is that without any other configuration, when an external package is referenced: * if it is in `dependencies`, it is not...

On the testing packages - these are kept externalised for types to preserve the namespace for enhancements? For my usage this unfortunately means that I'm unfortunately pulling in the rather...

Sure! Whilst I can see that playwright is deferring to nodes resolution, there is no way to configure that like there is in [vite](https://vite.dev/config/shared-options#resolve-conditions), [jest](https://jestjs.io/docs/configuration#testenvironmentoptions-object), [webpack](https://webpack.js.org/configuration/resolve/#resolveconditionnames), [typescript](https://www.typescriptlang.org/tsconfig/#customConditions), [esbuild](https://esbuild.github.io/api/#conditions) and so...