From 27ad0e2b9e879979a856df4afea231206acf13dc Mon Sep 17 00:00:00 2001 From: Ladislav Martincik Date: Fri, 21 Oct 2022 10:44:28 +0200 Subject: [PATCH] Add index.html to our exported files --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 23eae3e..add428e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -51,6 +51,7 @@ module.exports = (env, argv) => { Buffer: ["buffer", "Buffer"], }), new StatoscopeWebpackPlugin(), + new CopyPlugin([{ from: "dev/" }]), ], optimization: { minimize: !isDevBuild,