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
d249016aba
webpack
/
test
/
statsCases
/
module-trace-enabled-in-error
/
webpack.config.js
8 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test cases for stats.moduleTrace option
2017-04-30 01:43:45 +08:00
module
.
exports
=
{
entry
:
"./index"
,
stats
:
{
remove hash from stats test with error because error contains an absolute path
2017-08-11 22:28:40 +08:00
hash
:
false
,
test cases for stats.moduleTrace option
2017-04-30 01:43:45 +08:00
moduleTrace
:
true
}
}
;