Remove destructuring, since the version of node on www doesn't support it
This commit is contained in:
@@ -16,7 +16,7 @@ const gs = require('glob-stream');
|
||||
|
||||
const evalToString = require('./evalToString');
|
||||
|
||||
const { paths } = require('../../gulpfile');
|
||||
const paths = require('../../gulpfile').paths;
|
||||
|
||||
|
||||
const babylonOptions = {
|
||||
|
||||
Reference in New Issue
Block a user