changed pattern to fix windows issues

This commit is contained in:
Miodec 2023-06-22 23:52:39 +02:00
parent e3cb26d30c
commit eb0abb369d

View file

@ -98,7 +98,7 @@ const BASE_CONFIG = {
from: resolve(__dirname, "../static"),
to: "./",
globOptions: {
ignore: [resolve(__dirname, "../static/*.html")],
ignore: ["**/static/*.html"],
},
},
],