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
7b07a8db66
webpack
/
test
/
configCases
/
simple
/
multi-compiler-functions
/
webpack.config.js
6 lines
53 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: support config functions with multi-compiler
2017-07-01 07:37:16 +08:00
module
.
exports
=
[
Upgrade to Prettier 2
2020-03-29 06:10:15 +08:00
function
(
)
{
feat: support config functions with multi-compiler
2017-07-01 07:37:16 +08:00
return
{
}
;
}
]
;