From 53a007c27c9705bb99d982b5511855d5ecc940ed Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Mon, 2 Apr 2018 17:56:00 +0200 Subject: [PATCH] Exclude some folders Fix #3164 thanks to @bigskyrider --- examples/typescript/modules/typescript.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/typescript/modules/typescript.js b/examples/typescript/modules/typescript.js index 6dfd4c3d7b..02dfadd2b3 100644 --- a/examples/typescript/modules/typescript.js +++ b/examples/typescript/modules/typescript.js @@ -7,7 +7,11 @@ export default function () { loader: 'ts-loader', options: { appendTsSuffixTo: [/\.vue$/] - } + }, + exclude: [ + /dist/, + /\.temp/ + ] } // Add TypeScript loader config.module.rules.push(