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
2
Packages
Projects
Releases
Wiki
Activity
3f9e6d5ec6
webpack
/
test
/
benchmarkCases
/
many-modules-source-map
/
webpack.config.js
5 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add more benchmark cases
2017-01-18 05:26:38 +08:00
module
.
exports
=
{
entry
:
"./index"
,
devtool
:
"eval-cheap-module-source-map"
fixed linting
2017-03-31 22:00:00 +08:00
}
;