cypress-io / cypress-webpack-preprocessor

Cypress preprocessor for bundling JavaScript via webpack
93 stars 22 forks source link

feat: force sourceMap: true on all typescript projects #91

Closed brian-mann closed 4 years ago

brian-mann commented 4 years ago

Is this a Feature or Bug?

Feature

Current behavior:

When using ts-loader users must set sourceMap: true in their tsconfig.json for source maps to be generated.

Desired behavior:

Force typescript to always generate sourcemaps which respect webpack's devtool option.

If devtool: false has been set, then do not generate sourcemaps.

chrisbreiding commented 4 years ago

:tada: This issue has been resolved in version 5.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: