Bruce Wayne

Results 11 comments of Bruce Wayne

> > ```js > > return (obj.children = {}) > > ``` > > return (obj.children = {}) 这个啥意思 呀 还是看不懂 为啥 简化一下代码,你可以这么理解: ```javascript const normalize = (str) => {...

> in multicompiler mode next compilation could depends on previous one @vankop Is there any way to stop such behavior because in my scenario, there is no dependencies between multicompilers

The strange thing is even all assets are emited. OOM still appeares at last.

@alexander-akait Sure ```bash [94438:0x1048db000] 239481 ms: Scavenge (reduce) 3886.2 (4100.5) -> 3886.0 (4103.8) MB, 11.5 / 0.0 ms (average mu = 0.090, current mu = 0.033) allocation failure [94438:0x1048db000] 239494...

@alexander-akait Sorry. The configuration are generated by some complicated logic. I supplemented some configuration information on the issue description. If you need more information please let me know. Thank you!

My case: First i found complied code contains **arrow fucntion**. so i add `target: ['web', 'es5']` to solve the problem. Then code became: ```js ! function () { "use strict";...

My vue3 app get no sourcemap with following config while babel is fine: ```js use: { loader: "swc-loader", options: { sourceMap: true, jsc: { parser: { syntax: "typescript", dynamicImport: true,...

@FuJuntao I've tried `sourceMaps` and got same result. more info here: ```json "@swc/core": "1.2.103", "@swc/helpers": "0.2.13", "swc-loader": "0.1.15", ``` ```js devtool: 'cheap-module-source-map', ```

@Amour1688 PTAL Thanks !

我没有遇到这个问题,我遇到的是删除前面的评论,最后一条评论的时间会变成他的前一条评论的时间。刷新后变回去了