File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Create async chunks that are loaded on demand.
5555export 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
147148export 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
201203export default {
202204 // ...
203205 output: {
206+ // ...
204207 chunkLoadTimeout: 30000 ,
205208 },
206209};
@@ -218,6 +221,7 @@ The global variable is used by webpack for loading chunks.
218221export 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
237241export default {
238242 // ...
239243 output: {
244+ // ...
240245 chunkLoading: ' async-node' ,
241246 },
242247};
You can’t perform that action at this time.
0 commit comments