File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
analytics-js-integrations Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ module.exports = [
66 {
77 name : 'All Integrations - Legacy - CDN' ,
88 path : 'dist/cdn/legacy/js-integrations/*.min.js' ,
9- import : '*' ,
109 limit : '97 KiB' ,
1110 } ,
1211 {
1312 name : 'All Integrations - Modern - CDN' ,
1413 path : 'dist/cdn/modern/js-integrations/*.min.js' ,
15- import : '*' ,
1614 limit : '93.5 KiB' ,
1715 } ,
1816] ;
Original file line number Diff line number Diff line change @@ -6,25 +6,21 @@ export default [
66 {
77 name : 'Plugins Module Federation Mapping - Legacy - CDN' ,
88 path : 'dist/cdn/legacy/plugins/rsa-plugins.js' ,
9- import : '*' ,
10- limit : '1 KiB' ,
9+ limit : '0.5 KiB' ,
1110 } ,
1211 {
1312 name : 'Plugins Module Federation Mapping - Modern - CDN' ,
1413 path : 'dist/cdn/modern/plugins/rsa-plugins.js' ,
15- import : '*' ,
16- limit : '1 KiB' ,
14+ limit : '0.5 KiB' ,
1715 } ,
1816 {
1917 name : 'Plugins - Legacy - CDN' ,
2018 path : 'dist/cdn/legacy/plugins/rsa-plugins-*.min.js' ,
21- import : '*' ,
22- limit : '6 KiB' ,
19+ limit : '15 KiB' ,
2320 } ,
2421 {
2522 name : 'Plugins - Modern - CDN' ,
2623 path : 'dist/cdn/modern/plugins/rsa-plugins-*.min.js' ,
27- import : '*' ,
2824 limit : '6 KiB' ,
2925 } ,
3026] ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ export default [
66 {
77 name : 'Load Snippet' ,
88 path : 'dist/loading-script.min.js' ,
9- import : '*' ,
109 limit : '1 KiB' ,
1110 } ,
1211] ;
You can’t perform that action at this time.
0 commit comments