Skip to content

Commit 7442133

Browse files
committed
build: run dev-server on all interfaces
This is useful for testing with external tools like BrowserStack.
1 parent d5c1641 commit 7442133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = [
6868
)
6969
})
7070
},
71+
host: '0.0.0.0',
7172
},
7273
module: {
7374
rules: [

0 commit comments

Comments
 (0)