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
main
webpack
/
examples
/
explicit-vendor-chunk
/
pageB.js
2 lines
60 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
better explicit vendor chunk example using DllPlugin
2016-09-14 18:04:42 +08:00
console
.
log
(
require
(
"./vendor2"
)
)
;
added explicit-vendor-chunk example
2015-04-28 22:58:01 +08:00
module
.
exports
=
"pageB"
;