提交 7c191cd7 编写于 作者: 璃白.'s avatar 璃白. 🌻

fix:修改打包目录

上级 f3229593
流水线 #4656 已通过 ,包含阶段
in 4 分46 秒
...@@ -4,10 +4,10 @@ module.exports = { ...@@ -4,10 +4,10 @@ module.exports = {
entry: path.resolve(__dirname, "./src/main.js"), entry: path.resolve(__dirname, "./src/main.js"),
output: { output: {
filename: "markdown-editor.js", filename: "markdown-editor.js",
path: path.resolve(__dirname, "dist") path: path.resolve(__dirname, "public")
}, },
devServer: { devServer: {
contentBase: path.resolve(__dirname, "dist"), contentBase: path.resolve(__dirname, "public"),
host: "0.0.0.0", host: "0.0.0.0",
port: '80', port: '80',
// port: 443, // port: 443,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册