mirror of https://github.com/webpack/webpack.git
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
|
exports.foo = "foo";
|
||
|
|
||
|
Object.defineProperty(exports, "name", {
|
||
|
value: "define-module-property-cjs",
|
||
|
writable: true
|
||
|
});
|