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
Should require no dependency on node6 for consumption of node6 modules.
Need to figure out a suitable prepublish step.
I'd like to avoid compiling everything to a single file – sifting through es6 transpiled code makes debugging difficult enough already. Sourcemaps perhaps useful, but introduces yet more probably half-baked tooling.
I'm thinking a nice middle ground could be to write out a clone of the module hierarchy, except the files have been precompiled.
The text was updated successfully, but these errors were encountered:
Should require no dependency on node6 for consumption of node6 modules.
Need to figure out a suitable prepublish step.
I'd like to avoid compiling everything to a single file – sifting through es6 transpiled code makes debugging difficult enough already. Sourcemaps perhaps useful, but introduces yet more probably half-baked tooling.
I'm thinking a nice middle ground could be to write out a clone of the module hierarchy, except the files have been precompiled.
The text was updated successfully, but these errors were encountered: