This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
ff1e6bba15
webpack
/
examples
/
multiple-entry-points
/
shared.js
4 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
better commons naming #128
2013-12-03 18:19:30 +08:00
var
common
=
require
(
"./common"
)
;
add multiple-entry-points example #15
2013-11-20 01:09:26 +08:00
module
.
exports
=
function
(
msg
)
{
console
.
log
(
msg
)
;
}
;