Skip to content

Commit a692b87

Browse files
docs:following the pattern in code according to docs
1 parent 4954de4 commit a692b87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/configuration/output.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Create async chunks that are loaded on demand.
5555
export default {
5656
//...
5757
output: {
58+
//...
5859
asyncChunks: true,
5960
},
6061
};
@@ -147,6 +148,7 @@ By default `[id].js` is used or a value inferred from [`output.filename`](#outpu
147148
export default {
148149
//...
149150
output: {
151+
//...
150152
chunkFilename: '[id].js',
151153
},
152154
};
@@ -201,6 +203,7 @@ The Number of milliseconds before chunk request expires. This option is supporte
201203
export default {
202204
//...
203205
output: {
206+
//...
204207
chunkLoadTimeout: 30000,
205208
},
206209
};
@@ -218,6 +221,7 @@ The global variable is used by webpack for loading chunks.
218221
export default {
219222
//...
220223
output: {
224+
//...
221225
chunkLoadingGlobal: 'myCustomFunc',
222226
},
223227
};
@@ -237,6 +241,7 @@ T> The default value of this option depends on the [`target`](/configuration/tar
237241
export default {
238242
//...
239243
output: {
244+
//...
240245
chunkLoading: 'async-node',
241246
},
242247
};

0 commit comments

Comments
 (0)