Explorar el Código

Improved comments.

Piotrek Koszuliński hace 7 años
padre
commit
148bd041ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-build-classic/webpack.config.js

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

@@ -30,13 +30,13 @@ module.exports = {
 
 	optimization: {
 		minimizer: [
-			// Use the newest version of UglifyJsWebpackPlugin plugin that fixes `inline` optimization bug.
+			// Use the newest version of UglifyJsWebpackPlugin that fixes the `inline` optimization bug.
 			// See https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/264.
 			new UglifyJsWebpackPlugin( {
 				sourceMap: true,
 				uglifyOptions: {
 					output: {
-						// Preserve license comments starting with the exclamation mark (!).
+						// Preserve CKEditor 5 license comments.
 						comments: /^!/
 					}
 				}