Skip to content

Commit 8cb469a

Browse files
committed
Fix pretty
1 parent c40ce77 commit 8cb469a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module.exports = {
111111
context: ["/api"],
112112
target: API_URL,
113113
pathRewrite: { "^/api": "" },
114-
logLevel: "debug"
114+
logLevel: "debug",
115115
},
116116
],
117117
},

0 commit comments

Comments
 (0)