Andrey Sitnik
Andrey Sitnik
I am waiting for native ESM support in Node.js for CJS apps (be able to require ESM lib). Without it the migration will be disaster (we will break usage for...
The package is already updated https://github.com/postcss/postcss/releases/tag/8.4.31 (on September 29) It is you who need to update the `postcss` version in your lock file (this is why you are getting this...
Why `Container` doesn’t work for this? `AtRule`, `Rule`, etc was inherited from `Container`.
Try to reproduce this error with minimum amount of plugins. This error happen because your AST is broken. Very likely that it was broken by some PostCSS plugin (previous PostCSS...
I am talking about PostCSS plugins, not Vite plugins.
Seems like it is even more interesting case. Very likely that some other CSS tool broke source map. Let’s debug. Can you open `/home/jenkins/workspace/Geiger/geiger-upgrade-deps/node_modules/.pnpm/[email protected]/node_modules/source-map-js/lib/source-map-generator.js`, put `console.log(prev)` on line 100, like...
Dirs starting from `.` is hidden. Try to enable Showing hidden files in your file manager.
Sorry, this file: `/home/jenkins/workspace/Geiger/geiger-upgrade-deps/node_modules/.pnpm/[email protected]/node_modules/postcss/lib/map-generator.js`
No, we can’t debug on such big project. 1. Start from removing all files until you have 1-2 CSS files and error is still reproducing. 2. Then try to convert...
Yes, we are starting `NoWorkResult` for now. But the question is why it doesn’t work in this case. Something is broken when we are trying to combine previous source map...