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
882f2fbc0b
webpack
/
examples
/
chunkhash
/
example.js
4 lines
55 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added chunkhash example
2015-11-21 04:36:43 +08:00
// some module
Use import() instead of System.import in examples
2017-02-13 15:48:43 +08:00
import
(
"./async1"
)
;
import
(
"./async2"
)
;