mirror of https://github.com/webpack/webpack.git
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
|
export const value = 42;
|
||
|
export const unusedValue = 42;
|
||
|
export const check = __webpack_exports_info__.unusedValue.used;
|