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.
2 parents bd99b46 + 387511e commit e00583bCopy full SHA for e00583b
webpack.config.js
@@ -77,7 +77,7 @@ var config = {
77
78
// if --production is passed, ng-annotate and uglify the code
79
if (argv.production) {
80
- console.info('This might take awhile ...');
+ console.info('This might take a while...');
81
82
config.plugins.unshift(new webpack.optimize.UglifyJsPlugin({mangle: true}));
83
0 commit comments