You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ought to provide a version of the code, which will run in older versions of Node. Currently we are restricting this to > version 6.
Since nothing special in the way of ES6 is used a sample gulp-babel transform should do the trick. The index.js file should ten detect version and fire the correct file.
The text was updated successfully, but these errors were encountered:
We ought to provide a version of the code, which will run in older versions of Node. Currently we are restricting this to > version 6.
Since nothing special in the way of ES6 is used a sample gulp-babel transform should do the trick. The index.js file should ten detect version and fire the correct file.
The text was updated successfully, but these errors were encountered: