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

Rspack bundler support #9

Open
ild0tt0re opened this issue Oct 15, 2023 · 1 comment
Open

Rspack bundler support #9

ild0tt0re opened this issue Oct 15, 2023 · 1 comment

Comments

@ild0tt0re
Copy link

ild0tt0re commented Oct 15, 2023

We were almost able to complete the transition from Webpack5 to the faster Rust-based web bundler Rspack except for an error due to this plugin: error[internal]: TypeError: compilation.chunkGroups is not iterable

error[internal]: TypeError: compilation.chunkGroups is not iterable
    at buildManifest (/Users/myuser/dev/my.project/node_modules/@react-loadable/revised/webpack.ts:49:39)
    at emit (/Users/myuser/dev/my.project/node_modules/@react-loadable/revised/webpack.ts:122:22)
    at eval (eval at create (/Users/myuser/dev/my.project/node_modules/tapable/lib/HookCodeFactory.js:75:10), <anonymous>:17:1)
    at new Promise (<anonymous>)
    at Hook.eval [as promise] (eval at create (/Users/myuser/dev/my.project/node_modules/tapable/lib/HookCodeFactory.js:75:10), <anonymous>:6:8)
    at Hook.PROMISE_DELEGATE [as _promise] (/Users/myuser/dev/my.project/node_modules/tapable/lib/Hook.js:22:14)
    at Compiler._Compiler_emit (/Users/myuser/dev/my.project/node_modules/@rspack/core/dist/Compiler.js:769:27)

would it be possible to make this plugin compatible with rspack?

@tranvansang
Copy link
Contributor

Could you try raising issue in Rspack repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants