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

3 lines
54 B
JavaScript

module.exports = function(msg) {
console.log(msg);
};