Skip to content

Commit

Permalink
docs: replace tooltip link to terser plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
abenezerabebe authored and sendilkumarn committed Mar 16, 2019
1 parent f9cb8ce commit 4254730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generators/utils/tooltip.ts
Expand Up @@ -52,10 +52,10 @@ export default {

uglify: (_?: void): string => {
return `/*
* We've enabled UglifyJSPlugin for you! This minifies your app
* We've enabled TerserPlugin for you! This minifies your app
* in order to load faster and run less javascript.
*
* https://github.com/webpack-contrib/uglifyjs-webpack-plugin
* https://github.com/webpack-contrib/terser-webpack-plugin
*
*/`;
},
Expand Down

0 comments on commit 4254730

Please sign in to comment.