Skip to content

Commit

Permalink
Enabled anonymous cross origin loading
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 20, 2024
1 parent 8b6ae48 commit ecad476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = (env) => {
entry: "./src/index.tsx",
output: {
filename: "[name].[contenthash:8].js",
crossOriginLoading: "anonymous",
},
optimization: {
minimize: mode === "production",
Expand Down

0 comments on commit ecad476

Please sign in to comment.