mirror of https://github.com/webpack/webpack.git
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
this.foo = "foo";
|
||
|
|
||
|
Object.defineProperty(this, "name", {
|
||
|
value: "define-this-exports-cjs"
|
||
|
});
|