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
5887c20ab0
webpack
/
test
/
benchmarkCases
/
many-chunks
/
webpack.config.js
5 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
improve typings and test them in CI lazy load all webpack exports
2020-04-20 13:36:55 +08:00
/** @type {import("../../../").Configuration} */
add benchmarking system
2017-01-18 05:26:38 +08:00
module
.
exports
=
{
entry
:
"./index"
fixed linting
2017-03-31 22:00:00 +08:00
}
;