Skip to content

Commit 17796cb

Browse files
authored
Merge pull request #38 from SpringRoll/feature/pixi-local-network-dev-server
This template already supported local network dev servers, so I made …
2 parents c8a1b81 + 8c2dbd5 commit 17796cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ module.exports = env => {
2222
devServer: {
2323
open: true,
2424
overlay: true,
25-
contentBase: path.join(__dirname, '/static'),
2625
host: '0.0.0.0',
2726
public: 'localhost:8080',
28-
disableHostCheck: true
27+
contentBase: path.join(__dirname, '/static')
2928
},
3029

3130
context: path.resolve(__dirname, 'src'),

0 commit comments

Comments
 (0)