mirror of https://github.com/webpack/webpack.git
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
|
module.exports = function b() {
|
||
|
require("./a");
|
||
|
return "This is c";
|
||
|
};
|