mirror of https://github.com/webpack/webpack.git
12 lines
184 B
JavaScript
12 lines
184 B
JavaScript
|
define("local", () => {
|
||
|
var __webpack_modules__ = 42;
|
||
|
|
||
|
return __webpack_modules__;
|
||
|
});
|
||
|
|
||
|
define(["local"], l => {
|
||
|
var __webpack_modules__ = 42 + l;
|
||
|
|
||
|
return __webpack_modules__;
|
||
|
});
|