Browse Source

Fix dangling comma.

Maciej Gołaszewski 5 years ago
parent
commit
451a13a4d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-build-classic/webpack.config.js

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

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