chore: using the production build of React

This commit is contained in:
Anh Hong 2020-03-31 12:31:15 +07:00 committed by GitHub
parent 67664cc2c0
commit 753c4dbc71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,7 @@ var ifyBuild = function() {
};
var miniBuild = function() {
process.env.NODE_ENV = 'production';
return getBundle()
.pipe(gTerser())
.pipe(dest(destDir));