Skip to content

Commit 6757db0

Browse files
adam187MP
authored and
MP
committed
Improve typescript example (#307)
cypress-io/cypress#2316
1 parent 782b02e commit 6757db0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/preprocessors__typescript-webpack/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ module.exports = {
99
exclude: [/node_modules/],
1010
use: [{
1111
loader: 'ts-loader',
12+
options: {
13+
transpileOnly: true,
14+
},
1215
}],
1316
},
1417
],

0 commit comments

Comments
 (0)