We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
extract-css relies on a broken npm package named batch, see https://github.com/jonkemp/inline-css/blob/master/packages/extract-css/package.json#L17
extract-css
batch
The npm package batch has issues, is broken, and isn't maintained for 7 years: https://github.com/visionmedia/batch/blob/master/index.js
The cause is, it requires the emitter package which isn't listed under dependencies and breaks modern TS builds.
emitter
A possible solution would be to replace batch with another package with similar functionality.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
extract-css
relies on a broken npm package namedbatch
, seehttps://github.com/jonkemp/inline-css/blob/master/packages/extract-css/package.json#L17
The npm package
batch
has issues, is broken, and isn't maintained for 7 years:https://github.com/visionmedia/batch/blob/master/index.js
The cause is, it requires the
emitter
package which isn't listed under dependencies and breaks modern TS builds.A possible solution would be to replace batch with another package with similar functionality.
The text was updated successfully, but these errors were encountered: