Skip to content

Commit 037489f

Browse files
committed
Fix up formatting
1 parent 2a183ce commit 037489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/webpack.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const plugins = [
1414
// the bundle script, which might have special naming.
1515
new HtmlWebpackPlugin({
1616
template: path.join(templatePath, "index.html"),
17-
publicPath: "/"
17+
publicPath: "/",
1818
}),
1919
]
2020

0 commit comments

Comments
 (0)