We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3011a6c commit b1cf4ccCopy full SHA for b1cf4cc
packages/migrate/uglifyJsPlugin/uglifyJsPlugin.ts
@@ -68,7 +68,7 @@ export default function(j: IJSCodeshift, ast: INode): INode {
68
* - add to minimizer
69
*/
70
if (pluginVariableAssignment) {
71
- // remove require for uglify-js-plugin
+ // remove require for uglify-webpack-plugin
72
searchForRequirePlugin.remove();
73
74
// create require for terser-webpack-plugin
0 commit comments