Fix the crossorigin attribute (#26096)
This commit is contained in:
parent
4ea041fe67
commit
42698b4c5c
5 changed files with 14 additions and 6 deletions
|
@ -34,6 +34,7 @@ module.exports = {
|
|||
chunkFilename: 'js/[name]-[chunkhash].chunk.js',
|
||||
hotUpdateChunkFilename: 'js/[id]-[hash].hot-update.js',
|
||||
hashFunction: 'sha256',
|
||||
crossOriginLoading: 'anonymous',
|
||||
path: output.path,
|
||||
publicPath: output.publicPath,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue