From 7c191cd79320619e2cdb0c03dd9b793ba67092a8 Mon Sep 17 00:00:00 2001 From: layyback <18511759309@163.com> Date: Wed, 2 Mar 2022 15:07:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index f886306..c22b5f8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,10 +4,10 @@ module.exports = { entry: path.resolve(__dirname, "./src/main.js"), output: { filename: "markdown-editor.js", - path: path.resolve(__dirname, "dist") + path: path.resolve(__dirname, "public") }, devServer: { - contentBase: path.resolve(__dirname, "dist"), + contentBase: path.resolve(__dirname, "public"), host: "0.0.0.0", port: '80', // port: 443, -- GitLab