Target Node 6 in production (#7782)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user