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
main
webpack
/
test
/
configCases
/
entry
/
issue-12562
/
app.js
2 lines
46 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
make test cases to complete within tests
2021-07-08 18:16:14 +08:00
it
(
"should load"
,
(
)
=>
import
(
"./test.js"
)
)
;