- Run
npm installornpm ci - Run
npm run build
- Previously,
dist/ts.jswill be emitted successfully, butdist/js.jswill be emitted with an error:Module not found: Error: Can't resolve 'module'. - The problem is fixed at webpack@5.105.3, so
npm run buildwill emitdist/js.jswithout any errors.