mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Fix dev server
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user