Releases: browserify/common-shakeify
Releases · browserify/common-shakeify
v0.1.1
For example, previously code like this:
exports.
/* comment */
version = 'xyz';
Would be removed like this:
/* common-shake removed: exports.
/* comment */
version = */ void 'xyz';
Note how the inner comment ends the comment added by common-shakeify. Now in v0.1.1, the inner comment is escaped:
/* common-shake removed: exports.
/* comment *\/
version = */ void 'xyz';