mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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