Skip to content

Commit fc848e9

Browse files
authored
Fix whitespace
1 parent f1a8b60 commit fc848e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = (env, options) => {
5050
filename: "ribbon.html",
5151
template: "./src/ribbon/ribbon.html",
5252
chunks: ["ribbon"]
53-
}),
53+
}),
5454
new webpack.ProvidePlugin({
5555
Promise: ["es6-promise", "Promise"]
5656
})

0 commit comments

Comments
 (0)