Explorar el Código

Fix dangling comma.

Maciej Gołaszewski hace 5 años
padre
commit
451a13a4d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 						} )
-					},
+					}
 				]
 			}
 		]