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
In Rspack, module.generator.dataUrl function mode signature is ({ content: string, filename: string }) => string, it is not align with webpack.
In webpack, module.generator.dataUrl function mode signature like bellow code:
What problem does this feature solve?
In Rspack, module.generator.dataUrl function mode signature is
({ content: string, filename: string }) => string
, it is not align with webpack.In webpack, module.generator.dataUrl function mode signature like bellow code:
What does the proposed API of configuration look like?
Module
APIThe text was updated successfully, but these errors were encountered: