Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Improved comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 5, 2018
1 parent 1225ff1 commit 375c47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: /^!/
}
}
Expand Down

0 comments on commit 375c47c

Please sign in to comment.