Skip to content

Commit b1cf4cc

Browse files
abenezerabebesendilkumarn
authored andcommitted
chore: use actual package name in comment about removing uglify
1 parent 3011a6c commit b1cf4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function(j: IJSCodeshift, ast: INode): INode {
6868
* - add to minimizer
6969
*/
7070
if (pluginVariableAssignment) {
71-
// remove require for uglify-js-plugin
71+
// remove require for uglify-webpack-plugin
7272
searchForRequirePlugin.remove();
7373

7474
// create require for terser-webpack-plugin

0 commit comments

Comments
 (0)