File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <!-- Include New Relic browser agent script -->
4141 <script type =" text/javascript" src =" newrelic.js" ></script >
4242
43+ <!-- Ensure styled-components can read this global when loaded as an external -->
44+ <script type =" text/javascript" >
45+ const SC_DISABLE_SPEEDY = false ;
46+ </script >
47+
4348 <script type =" systemjs-importmap" >
4449 {
4550 " imports" : {
4651 " single-spa" : " https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js" ,
4752 " react" : " https://cdn.jsdelivr.net/npm/react@17.0.2/umd/react.production.min.js" ,
4853 " react-dom" : " https://cdn.jsdelivr.net/npm/react-dom@17.0.2/umd/react-dom.production.min.js" ,
54+ " react-is" : " https://cdn.jsdelivr.net/npm/react-is@18.1.0/umd/react-is.production.min.js" ,
55+ " @emotion/react" : " https://cdn.jsdelivr.net/npm/@emotion/react@11.9.0/dist/emotion-react.umd.min.js" ,
56+ " @emotion/styled" : " https://cdn.jsdelivr.net/npm/@emotion/styled@11.8.1/dist/emotion-styled.umd.min.js" ,
57+ " styled-components" : " https://cdn.jsdelivr.net/npm/styled-components@5.3.7/dist/styled-components.min.js" ,
4958 " rxjs" : " https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs.min.js" ,
5059 " rxjs/operators" : " https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs-operators.min.js"
5160 }
You can’t perform that action at this time.
0 commit comments