Skip to content

Commit 52ba3fe

Browse files
authored
Merge pull request #704 from zgayjjf/patch-1
Fix typo
2 parents dd9ce0c + 9cf5cae commit 52ba3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ module.exports = {
369369
module: {
370370
rules: [{
371371
test: /\.tsx?$/,
372-
loader: 'ts-loader'
372+
loader: 'ts-loader',
373373
options: { transpileOnly: false }
374374
}]
375375
}

0 commit comments

Comments
 (0)