Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit8920078

Browse files
committed
Add overlay on webpack dev server
1 parent896afaa commit8920078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎server.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ new WebpackDevServer(webpack(config), {
88
publicPath:config.output.publicPath,
99
hot:true,
1010
historyApiFallback:true,
11+
overlay:true,
1112
stats:{colors:true}
1213
}).listen(3000,(err)=>{
1314
if(err){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp