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
fd9861a2c2
webpack
/
test
/
statsCases
/
split-chunks-keep-remaining...
/
d.js
4 lines
84 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
s3
from
"shared?3"
;
import
s4
from
"shared?4"
;
export
default
"d"
+
s3
+
s4
;