Skip to content

Commit

Permalink
chore: use actual package name in comment about removing uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
abenezerabebe authored and sendilkumarn committed Mar 16, 2019
1 parent 3011a6c commit b1cf4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts
Expand Up @@ -68,7 +68,7 @@ export default function(j: IJSCodeshift, ast: INode): INode {
* - add to minimizer
*/
if (pluginVariableAssignment) {
// remove require for uglify-js-plugin
// remove require for uglify-webpack-plugin
searchForRequirePlugin.remove();

// create require for terser-webpack-plugin
Expand Down

0 comments on commit b1cf4cc

Please sign in to comment.