forked from p15670423/monkey
Changed webpack server to serve on all interfaces. Makes remote development easier.
This commit is contained in:
parent
d4002fd7b5
commit
67f5962977
|
@ -71,6 +71,7 @@ module.exports = {
|
||||||
publicPath: '/'
|
publicPath: '/'
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
|
host: '0.0.0.0',
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'https://localhost:5000',
|
target: 'https://localhost:5000',
|
||||||
|
|
Loading…
Reference in New Issue