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
53c98f06ee
webpack
/
test
/
configCases
/
code-generation
/
re-export-namespace
/
module2.js
3 lines
55 B
JavaScript
Raw
Normal View
History
Unescape
Escape
property accessors, create failing test
2023-05-17 07:30:50 +08:00
import
*
as
m1
from
'./module1'
;
checkpoint
2023-05-24 06:29:25 +08:00
export
{
m1
as
m
_1
}
;