Browse Source

Fix dangling comma.

Maciej Gołaszewski 6 năm trước cách đây
mục cha
commit
bc36d2c7a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-build-balloon/webpack.config.js

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

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