webpack/test/cases/cjs-tree-shaking/exports/reading-self-from-module-ex...

6 lines
81 B
JavaScript

exports.abc = "abc";
exports.test = function() {
return module.exports.abc;
};