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
rtlcss-webpack-plugin
@wordpress/scripts
You won't need to internally bundle your own fork like you guys have chosen to do.
Add this to the package.json (to use this fork):
{ "dependencies" { "rtlcss-webpack-plugin": "npm:@smushytaco/rtlcss-webpack-plugin@^1.0.6" } }
and make the changes seen in this patch: @wordpress+scripts#30.7.0.patch
This should be preferred because it's an actively maintained fork that's been rewritten in TypeScript and has all dependencies updated.
This relates to #68201 and would be of interest to @gziolo.
The text was updated successfully, but these errors were encountered:
build
No branches or pull requests
What problem does this address?
You won't need to internally bundle your own fork like you guys have chosen to do.
What is your proposed solution?
Add this to the package.json (to use this fork):
and make the changes seen in this patch:
@wordpress+scripts#30.7.0.patch
This should be preferred because it's an actively maintained fork that's been rewritten in TypeScript and has all dependencies updated.
This relates to #68201 and would be of interest to @gziolo.
The text was updated successfully, but these errors were encountered: