danderu/learn-webpack

View on GitHub
examples/multiple-entries/src/user.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(){
  console.log('This is the user page');
};