Skip to content

Commit e48507d

Browse files
abenezerabebesendilkumarn
authored andcommittedMar 16, 2019
fix: clear up comment about default function purpose
1 parent ec242ab commit e48507d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { IJSCodeshift, INode } from "../types/NodePath";
1515
* and adds `optimization.minimize: true` to config
1616
*
1717
* If any configuration is passed to UglifyWebpackPlugin
18-
* Replaces UglifyWebpackPlugin with TerserPlugin and
19-
* and moves plugin instantiation to `optimization.minimizer`.
18+
* UglifyWebpackPlugin is replaced with TerserPlugin
19+
* and plugin instantiation is moved to `optimization.minimizer`.
2020
*
2121
* @param {Object} j - jscodeshift top-level import
2222
* @param {Node} ast - jscodeshift ast to transform

0 commit comments

Comments
 (0)
Please sign in to comment.