Przeglądaj źródła

Fix dangling comma.

Maciej Gołaszewski 5 lat temu
rodzic
commit
451a13a4d7

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

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