This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Enable disableHostCheck option of webpack-dev-server (
#2790
)
master
abcang
7 years ago
committed by
Eugen Rochko
parent
75bd141e22
commit
91ddd345f2
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
config/webpack/development.server.js
+ 2
- 1
config/webpack/development.server.js
View File
@ -13,6 +13,7 @@ module.exports = merge(devConfig, {
compress
:
true
,
historyApiFallback
:
true
,
contentBase
:
resolve
(
paths
.
output
,
paths
.
entry
)
,
publicPath
publicPath
,
disableHostCheck
:
true
}
}
)
Write
Preview
Loading…
Cancel
Save