Target Node 6 in production (#7782)

This commit is contained in:
Henry Zhu 2018-04-23 17:20:48 -04:00 committed by GitHub
parent 3a2aa9b862
commit 037fee8ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@ module.exports = function(api) {
break;
case "production":
// Config during builds before publish.
envOpts.targets = {
node: 6,
};
break;
case "development":
envOpts.debug = true;