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
main
webpack
/
test
/
configCases
/
mangle
/
mangle-with-object-prop
/
test.config.js
8 lines
102 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
chore: resolve "use strict" TODO (#19705)
2025-07-16 22:29:28 +08:00
"use strict"
;
add size optimization mode to `optimization.mangleExports`
2020-07-31 18:13:30 +08:00
module
.
exports
=
{
chore: no `object-shorthand` for tests
2025-04-22 19:09:25 +08:00
findBundle
(
)
{
add size optimization mode to `optimization.mangleExports`
2020-07-31 18:13:30 +08:00
return
[
"./deterministic.js"
,
"./size.js"
]
;
}
}
;