Sơn Trần-Nguyễn
Sơn Trần-Nguyễn
After reading [shelljs doc on `sed`](https://github.com/shelljs/shelljs?tab=readme-ov-file#sedoptions-search_regex-replacement-file_array), the replacement must be a JS replacement string, i.e. `shx sed 's/\[([^\&]*)\&/[$1&/g'`. So in term of being a wrapper around `shelljs`, this is not...
Ah. The `node:` prefix was [introduced in v14.13.1, v12.20.0](https://nodejs.org/api/esm.html#node-imports) so it won't be backward compatible for Node 10.x. What's about releasing a separate ESM version with the prefix? Older Node.js...
This seems to be [an issue in LightingCSS](https://github.com/parcel-bundler/lightningcss/issues/887).
You mentioned Cloudflare Workers, but have you tested on them? AFAIK, it would take a lot more to get Tailwind to work on there, especially when dealing with NPM dependencies...