You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I tried running this plugin in rspack / rsbuild, but am getting the error:
TypeError: Cannot read properties of undefined (reading 'tap')
This, of course, is a webpack plugin and no rspack plugin. However, rspack is a lot more performant than webpack and rspack aims to be webpack plugin compatible. Therefore it would be a nice feature to have rspack compatibility.
Describe the solution you'd like
Compatibility with rspack / rsbuild
Additional context
Unfortunately I don't have any experience with bundler plugins, webpack or rspack. However, if you can point me into a direction where this problem may be originating from and are open to support rspack workarounds, I can check if I can contribute a PR for this. :)
The text was updated successfully, but these errors were encountered:
Since this webpack plugin is a plugin for webpack - it utilizes a lot of webpack internals.
I doubt that it will be compatible at any point.... feel free to change this.
Is your feature request related to a problem? Please describe.
I tried running this plugin in rspack / rsbuild, but am getting the error:
This, of course, is a webpack plugin and no rspack plugin. However, rspack is a lot more performant than webpack and rspack aims to be webpack plugin compatible. Therefore it would be a nice feature to have rspack compatibility.
Describe the solution you'd like
Compatibility with rspack / rsbuild
Additional context
Unfortunately I don't have any experience with bundler plugins, webpack or rspack. However, if you can point me into a direction where this problem may be originating from and are open to support rspack workarounds, I can check if I can contribute a PR for this. :)
The text was updated successfully, but these errors were encountered: