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
f1dd328779
webpack
/
test
/
configCases
/
externals
/
optional-externals-root
/
webpack.config.js
7 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
optional externals track optional modules optional externals for UMD and root fixes #339
2014-07-03 06:00:06 +08:00
module
.
exports
=
{
refactor library system
2020-02-20 03:25:49 +08:00
externalsType
:
"var"
,
optional externals track optional modules optional externals for UMD and root fixes #339
2014-07-03 06:00:06 +08:00
externals
:
{
external
:
"external"
}
code linting
2017-01-11 17:51:58 +08:00
}
;