We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d61ab commit 590cc30Copy full SHA for 590cc30
examples/code-splitting/README.md
@@ -91,7 +91,23 @@ require.e(1, function(require) {
91
# js/1.output.js
92
93
``` javascript
94
-webpackJsonp(1,{3:function(){},4:function(){}});
+/******/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
+/******/})
111
```
112
113
Minimized
0 commit comments