Skip to content

Commit

Permalink
fix: clear up comment about default function purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
abenezerabebe authored and sendilkumarn committed Mar 16, 2019
1 parent ec242ab commit e48507d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts
Expand Up @@ -15,8 +15,8 @@ import { IJSCodeshift, INode } from "../types/NodePath";
* and adds `optimization.minimize: true` to config
*
* If any configuration is passed to UglifyWebpackPlugin
* Replaces UglifyWebpackPlugin with TerserPlugin and
* and moves plugin instantiation to `optimization.minimizer`.
* UglifyWebpackPlugin is replaced with TerserPlugin
* and plugin instantiation is moved to `optimization.minimizer`.
*
* @param {Object} j - jscodeshift top-level import
* @param {Node} ast - jscodeshift ast to transform
Expand Down

0 comments on commit e48507d

Please sign in to comment.