fix: avoid bailout of webpack module concatenation (#1230)
Webpack's module concatenation support was broken by v15 due to this `module.exports` line. Changing to ESM export fixes this issue.
Showing
Please register or sign in to comment