We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f9cb8ce commit 4254730Copy full SHA for 4254730
packages/generators/utils/tooltip.ts
@@ -52,10 +52,10 @@ export default {
52
53
uglify: (_?: void): string => {
54
return `/*
55
- * We've enabled UglifyJSPlugin for you! This minifies your app
+ * We've enabled TerserPlugin for you! This minifies your app
56
* in order to load faster and run less javascript.
57
*
58
- * https://github.com/webpack-contrib/uglifyjs-webpack-plugin
+ * https://github.com/webpack-contrib/terser-webpack-plugin
59
60
*/`;
61
},
0 commit comments