webpack/examples/multiple-entry-points/pageA.js

3 lines
71 B
JavaScript

require(["./shared"], function(shared) {
shared("This is page A");
});