trg
Results
2
comments of
trg
Anyone knows how to fix this issue in xatom chrome debug?
For those searching how to implement workers now, when `file-upload` is deprecated with Webpack 5 `asset/resource`. webpack config: ```js rules: [ { test: /ace-builds.*\/worker-.*$/, type: "asset/resource" }, ], ``` component:...