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

3 lines
54 B
JavaScript
Raw Normal View History

2013-11-20 01:09:26 +08:00
module.exports = function(msg) {
console.log(msg);
};