Marek Gregor
Results
1
comments of
Marek Gregor
I have spent several days looking for solution with webpack 5(babel+typescript+react) and finally found workaround: 1. firstly add register import in entry module: `import "threads/register"` 2. Leave the plugin configuration...