Target Node 6 in production (#7782)
This commit is contained in:
parent
3a2aa9b862
commit
037fee8ffb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user