diff --git a/webpack.config.js b/webpack.config.js index e8ee15a986a6a3b572d057abd0a488c440d72294..b4cdd875cfcefa576ed602ba52ca7d5cba3b90a1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,19 +2,19 @@ const path = require("path"); const VueLoaderPlugin = require("vue-loader/lib/plugin"); module.exports = { entry: path.resolve(__dirname, "./src/main.js"), - experiments: { - outputModule: true - }, + // experiments: { + // outputModule: true + // }, output: { filename: "markdown-editor.js", path: path.resolve(__dirname, "public"), - library: { - type: "module" - } + // library: { + // type: "module" + // } }, devServer: { contentBase: path.resolve(__dirname, "public"), - host: "0.0.0.0", + host: "127.0.0.1", port: "80", // port: 443, // https: true,