Ver código fonte

Improved comments.

Piotrek Koszuliński 7 anos atrás
pai
commit
7585908e91

+ 2 - 2
packages/ckeditor5-build-decoupled-document/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: /^!/
 					}
 				}