webpack/test/cases/cjs-tree-shaking/bailouts/using-amd.js

6 lines
63 B
JavaScript

exports.abc = "not-abc";
define({
abc: "abc",
def: "def"
});