Skip to content

Commit 79bfee2

Browse files
test: fix
1 parent 6ee7e56 commit 79bfee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/Server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1322,8 +1322,8 @@ class Server {
13221322
this.setupDevMiddleware();
13231323
// Should be after `webpack-dev-middleware`, otherwise other middlewares might rewrite response
13241324
this.setupBuiltInRoutes();
1325-
this.setupWatchStaticFiles();
13261325
this.setupWatchFiles();
1326+
this.setupWatchStaticFiles();
13271327
this.setupMiddlewares();
13281328
this.createServer();
13291329

0 commit comments

Comments
 (0)