clinyong / dll-link-webpack-plugin

Simplifies creation of webpack DLL file.
MIT License
68 stars 7 forks source link

Use ts-jest for sourcemap support #18

Closed gordonmleigh closed 6 years ago

gordonmleigh commented 6 years ago

Use ts-jest so that line numbers reported by jest are accurate. I also took the jest config out of the package.json since there is a separate jest.config.js.

clinyong commented 6 years ago

Thanks so much.