Commit 605493c3 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Improved comments.

parent 011b8c4e
...@@ -30,13 +30,13 @@ module.exports = { ...@@ -30,13 +30,13 @@ module.exports = {
optimization: { optimization: {
minimizer: [ 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. // See https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/264.
new UglifyJsWebpackPlugin( { new UglifyJsWebpackPlugin( {
sourceMap: true, sourceMap: true,
uglifyOptions: { uglifyOptions: {
output: { output: {
// Preserve license comments starting with the exclamation mark (!). // Preserve CKEditor 5 license comments.
comments: /^!/ comments: /^!/
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment