We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chunkLoadingGlobal
1 parent 12b842b commit 1ad8a12Copy full SHA for 1ad8a12
1 file changed
webpack.config.js
@@ -129,6 +129,7 @@ module.exports = async () => ({
129
},
130
filename: 'js/[name].min.js',
131
chunkFilename: 'js/[name].min.js?[chunkhash]',
132
+ chunkLoadingGlobal: 'webpackChunkLoading',
133
hotUpdateChunkFilename: 'js/[name].hot-update.js?[fullhash]',
134
hotUpdateMainFilename: 'js/[runtime].hot-update.json?[fullhash]',
135
path: ENV.OUTPUT_PATH,
0 commit comments