From 873a321d348cb0d9085a4351b443eaaf0309b6b7 Mon Sep 17 00:00:00 2001 From: hanfei04 Date: Wed, 27 Sep 2023 18:03:18 +0800 Subject: [PATCH] fix: ci fail --- test/edgeCases.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edgeCases.spec.js b/test/edgeCases.spec.js index e2316a1f..fe64ecf9 100644 --- a/test/edgeCases.spec.js +++ b/test/edgeCases.spec.js @@ -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 } } ] }