Skip to content

Commit

Permalink
fix: ci fail (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehan authored Sep 27, 2023
1 parent f8acb37 commit 105dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/edgeCases.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ test('proper dedupe on src-imports with options', done => {
{
test: /\.ts$/,
loader: 'ts-loader',
options: { appendTsSuffixTo: [/\.vue$/] }
options: { appendTsSuffixTo: [/\.vue$/], transpileOnly: true }
}
]
}
Expand Down

0 comments on commit 105dbd0

Please sign in to comment.