Skip to content
New issue

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

Use my fork of rtlcss-webpack-plugin for @wordpress/scripts #68303

Open
SmushyTaco opened this issue Dec 26, 2024 · 0 comments
Open

Use my fork of rtlcss-webpack-plugin for @wordpress/scripts #68303

SmushyTaco opened this issue Dec 26, 2024 · 0 comments
Labels
[Type] Enhancement A suggestion for improvement.

Comments

@SmushyTaco
Copy link

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):

{
  "dependencies" {
    "rtlcss-webpack-plugin": "npm:@smushytaco/rtlcss-webpack-plugin@^1.0.5"
  }
}

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.

@SmushyTaco SmushyTaco added the [Type] Enhancement A suggestion for improvement. label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

1 participant