mirror of https://github.com/webpack/webpack.git
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
|
require(["./shared"], function(shared) {
|
||
|
shared("This is page A");
|
||
|
});
|