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
Packages
Projects
Releases
Wiki
Activity
fdd6b4ebee
webpack
/
test
/
configCases
/
externals
/
externals-in-chunk
/
chunk.js
3 lines
65 B
JavaScript
Raw
Blame
History
exports
.
a
=
require
(
"external"
)
;
exports
.
b
=
import
(
"./chunk2"
)
;
Reference in New Issue
View Git Blame
Copy Permalink