Bug 31902: Next header row inside a thead
[koha-ffzg.git] / webpack.config.js
index e009cba..ebc67b7 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
       {
         test: /\.vue$/,
         loader: "vue-loader",
-        exclude: [path.resolve(__dirname, "cypress/")],
+        exclude: [path.resolve(__dirname, "t/cypress/")],
       },
       {
         test: /\.ts$/,
@@ -25,7 +25,7 @@ module.exports = {
         options: {
           appendTsSuffixTo: [/\.vue$/]
         },
-        exclude: [path.resolve(__dirname, "cypress/")],
+        exclude: [path.resolve(__dirname, "t/cypress/")],
       },
       {
         test: /\.css$/,