fix(ui): fix webpack setup
This commit is contained in:
parent
c047ff166a
commit
efcb317d6b
1 changed files with 3 additions and 1 deletions
|
|
@ -132,10 +132,12 @@ const config: Configuration = {
|
|||
devServer: {
|
||||
// static: path.join(__dirname, "public"),
|
||||
historyApiFallback: true,
|
||||
host: 'localhost',
|
||||
host: '0.0.0.0',
|
||||
open: true,
|
||||
port: 3333,
|
||||
hot: true,
|
||||
compress: true,
|
||||
allowedHosts: "all",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue