heimdalljs / babel5-plugin-strip-heimdall

Strips heimdall instrumentation when using babel 5.
1 stars 1 forks source link

not all heimdall code is stripped (nitpick) #1

Open stefanpenner opened 7 years ago

stefanpenner commented 7 years ago

loader.js still has the following heimdall related code post stripping:

var heimdall = global.heimdall;
runspired commented 7 years ago

@stefanpenner I'll add something for this, but the loader.js error on registerMonitor sounds like something else?

stefanpenner commented 7 years ago

yes the error is not related.

stefanpenner commented 7 years ago

This is merely 1 tiny bit of dead code. Something uglify may actually strip out (if so that may be enough, but needs testing)