-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
webpack-manifest-plugin support #2196
Comments
i investigate the implementation and find it relyes on lots of api we dont support yet, we are gonna provide workaround for it |
you can use rspack-manifest-plugin in rspack@nightly now, see example here https://github.com/web-infra-dev/rspack/blob/main/examples/plugin-compat/rspack.config.js#L65 |
@minoritea can you help check whether rspack-manifest-plugin works for you |
closing as has workaround, if anyone met problem again feel free to reopen it |
I'm sorry, I didn't notice the mention and the reply was late. |
I have explored rspack and this does not work for our app, the build crashes with a SIGFAULT in our case |
@hardfist looking at this it looks like with what the team has added with normal module maybe the rspack-manifest-plugin can get revisited? |
We are using webpack-manifest-plugin to generate manifest.json, but this plugin causes a runtime error with rspack.
We are using manifest.json only to get the mapping of file names with fingerprints and original file names.
Do you have any plans to support this plugin? I'm fine with any other workaround if there is one.
The text was updated successfully, but these errors were encountered: