Fix dev server

This commit is contained in:
omuretsu
2023-01-06 18:16:17 -05:00
parent b4743a9841
commit 20f405a32c
2 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,10 @@ module.exports = (env, argv) => {
publicPath: `/`,
stats: statsConfig,
},
static: {
directory: path.join(__dirname, "dist", "ext"),
publicPath: '/dist/ext',
},
};
// By default, the webpack-dev-server is not exposed outside of localhost.