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
/
statsCases
/
common-libs
/
react.js
4 lines
74 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
fix json related tree shaking and caching problems json with constructor property now caches correctly json generation with object prototype property now works correctly tree shaking json array when accessing length property now works correctly fix incorrect call context when calling properties on imports from CommonJS modules fixes #12615
2021-02-07 23:35:04 +08:00
import
*
as
React
from
"react"
;
add test cases for commonjs reexporting
2020-08-17 19:14:09 +08:00
console
.
log
(
React
.
createElement
(
"div"
)
)
;