Browse Source

Fix dangling comma.

Maciej Gołaszewski 6 năm trước cách đây
mục cha
commit
bc36d2c7a0

+ 1 - 1
packages/ckeditor5-build-balloon/webpack.config.js

@@ -80,7 +80,7 @@ module.exports = {
 							},
 							},
 							minify: true
 							minify: true
 						} )
 						} )
-					},
+					}
 				]
 				]
 			}
 			}
 		]
 		]