Gengkun
Gengkun
I'm working on it, will support it in the next one or two weeks
@felixmosh Is there any runtime error? Could you provide a reproduction so I can dig into this
@felixmosh Could you try [0.2.5-canary-7886e38-20230706011015](https://www.npmjs.com/package/@rspack/core/v/0.2.5-canary-7886e38-20230706011015), I believe it have been fixed by #3703
We have completed the basic support for web worker in [v0.2.6](https://www.npmjs.com/package/@rspack/cli/v/0.2.6), enough to cover most common cases, you can checkout our [document for more detail](https://www.rspack.dev/guide/web-workers.html) But there are some uncommon...
Didn't notice webpack4 don't have `compiler.webpack`. Fixed it and now it should compatible with webpack4, and all tests pass in my local
stats.json ```json { "hash": "0f0d8995cba70eb476aa", "version": "5.74.0", "time": 303, "builtAt": 1665219365811, "publicPath": "auto", "outputPath": "/Users/bytedance/Codes/webpack5/dist", "assetsByChunkName": { "main": [ "main.js" ] }, "assets": [ { "type": "asset", "name": "main.js", "size":...
It was about "samply launches reproduct launches node".
> 3. improve current dependencies ( only `lib/dependencies/HarmonyImportSpecifierDependency.js` I guess ) > > * in this improvement we should [I guess revert this part](https://github.com/webpack/webpack/commit/fc7b34d8f0c6e10a07e034a3d6efacd05c6c5b27#diff-96335405b47eef62b17ba6fe88f6b35a1e37c9cf98fd762fe74599aca1c65d94R205) or fix this to allow mangling...
@alexander-akait I was just looking at this when you send the message, I think this should be fine now, except [one last thing](https://github.com/webpack/webpack/pull/18319#discussion_r1628143226) need confirm from @vankop.
This is derived from an [Rspack issue](https://github.com/web-infra-dev/rspack/issues/6339#issuecomment-2077147615) (sorry it is in Chinese), the component library in the user-imported node_modules uses the following code: ```js var _style = _interopRequireDefault(require("./style.less")); function _interopRequireDefault(e)...