Parcourir la source

Fix dangling comma.

Maciej Gołaszewski il y a 6 ans
Parent
commit
159aac9538

+ 1 - 1
packages/ckeditor5-build-decoupled-document/webpack.config.js

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