File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const standardDevelopmentConfig = configFactory({
13
13
main : './src/client' ,
14
14
} ,
15
15
publicPath : '/api/cdn/public/static-assets' ,
16
+ crossOriginLoading : 'anonymous' ,
16
17
} ) ;
17
18
18
19
const jsxRule = standardDevelopmentConfig . module . rules . find ( rule => rule . loader === 'babel-loader' ) ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const standardDevelopmentConfig = configFactory({
20
20
} ,
21
21
keepBuildInfo : Boolean ( global . KEEP_BUILD_INFO ) ,
22
22
publicPath,
23
+ crossOriginLoading : 'anonymous' ,
23
24
} ) ;
24
25
25
26
const jsxRule = standardDevelopmentConfig . module . rules . find ( rule => rule . loader === 'babel-loader' ) ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const standardDevelopmentConfig = configFactory({
25
25
} ,
26
26
keepBuildInfo : Boolean ( global . KEEP_BUILD_INFO ) ,
27
27
publicPath,
28
+ crossOriginLoading : 'anonymous' ,
28
29
} ) ;
29
30
30
31
const jsxRule = standardDevelopmentConfig . module . rules . find ( rule => rule . loader === 'babel-loader' ) ;
You can’t perform that action at this time.
0 commit comments