Remove destructuring, since the version of node on www doesn't support it

This commit is contained in:
Andrew Clark 2017-03-02 16:44:04 -08:00
parent cf4c06ceba
commit fc4633775a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const gs = require('glob-stream');
const evalToString = require('./evalToString');
const { paths } = require('../../gulpfile');
const paths = require('../../gulpfile').paths;
const babylonOptions = {