diff --git a/webpack.config.js b/webpack.config.js index f886306bd5456c00526d4aeb337f2bb83e87e233..c22b5f83d156386feb6d7ea43035deff2593af82 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,