Skip to content

Commit 35df374

Browse files
author
Morten N.O. Henriksen
committed
Run prettier on webpack dev server config
1 parent c2dbf96 commit 35df374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpackDevServer.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = function (proxy, allowedHost) {
8484
needClientEntry: false,
8585
// Prevent a WS client from getting injected as we're already including
8686
// `webpackHotDevClient`.
87-
needHotEntry: false
87+
needHotEntry: false,
8888
},
8989
devMiddleware: {
9090
// It is important to tell WebpackDevServer to use the same "publicPath" path as

0 commit comments

Comments
 (0)