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
56a17f547a
webpack
/
test
/
statsCases
/
module-deduplication
/
async1.js
4 lines
61 B
JavaScript
Raw
Normal View
History
Unescape
Escape
analyse source code for side effects mark the module as side effects free in such cases allow 3rd state TRANSITIVE_ONLY to be side-effect-free but dependencies should still be included (for mini-css-extract-plugin)
2020-10-05 22:57:31 +08:00
import
b
from
"./b"
;
import
d
from
"./d"
;
console
.
log
(
b
,
d
)
;