auth0 / webtask-bundle

Module and CLI to bundle your code for use on https://webtask.io
28 stars 6 forks source link

Preserve 'use latest' #3

Open dafortune opened 8 years ago

dafortune commented 8 years ago

"use latest" adds ES6 support to webtasks, however it seems not to be function-scoped, because of that, it must be placed at the top of file. Maybe we should add the sentence at the top of bundle file in case it is present at the top of "entry-point" file.