diff --git a/test/edgeCases.spec.js b/test/edgeCases.spec.js index e2316a1fb..fe64ecf90 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 } } ] }