Skip to content

Commit 590cc30

Browse files
committed
fixed example
1 parent 36d61ab commit 590cc30

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

examples/code-splitting/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,23 @@ require.e(1, function(require) {
9191
# js/1.output.js
9292

9393
``` javascript
94-
webpackJsonp(1,{3:function(){},4:function(){}});
94+
/******/webpackJsonp(1,{
95+
/******/3: function(module, exports, require) {
96+
97+
/**! .\~\c.js !**/
98+
99+
// module c
100+
101+
/******/},
102+
/******/
103+
/******/4: function(module, exports, require) {
104+
105+
/**! .\~\d.js !**/
106+
107+
// module d
108+
109+
/******/}
110+
/******/})
95111
```
96112

97113
Minimized

0 commit comments

Comments
 (0)