mirror of https://github.com/webpack/webpack.git
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
|
|
Object.defineProperties(exports, {
|
||
|
|
__esModule: { value: true },
|
||
|
|
abc: { enumerable: true, value: "abc" },
|
||
|
|
default: { enumerable: true, value: "default" }
|
||
|
|
});
|