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
7ee3bab88a
webpack
/
test
/
configCases
/
json
/
tree-shaking-default
/
warnings.js
2 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactor how exportsType work add flagged exportsType for __esModule flagged add getExportsType to merge strict with exportsType move CommonJsStuffPlugin into CommonJsPlugin split CommonJsPlugin into imports and exports part enable minimal tree shaking for CommonJs imports and exports
2019-12-05 05:54:26 +08:00
module
.
exports
=
[
[
/Should not import the named export/
]
]
;