mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
Disable ES7 experimental stage 0 features in favor of ES6 standard
This commit is contained in:
parent
91a404333e
commit
76fca99ac4
@ -3,7 +3,6 @@ var gulp = require('gulp');
|
||||
var plumber = require('gulp-plumber');
|
||||
var babel = require('gulp-babel');
|
||||
var options = {
|
||||
stage: 0, // Dat ES7 goodness
|
||||
optional: ["runtime"]
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user