mirror of https://github.com/webpack/webpack.git
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
|
require(["./common"], function(common) {
|
||
|
common(require("./b"));
|
||
|
});
|