fix(curriculum): use cdnjs instead of unpkg (#60286)

This commit is contained in:
Oliver Eyton-Williams
2025-05-12 15:26:02 +02:00
committed by GitHub
parent 26b8ddf583
commit 8bc84191a4
2 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ module.exports = (env = {}) => {
},
// To keep the client React version decoupled from the curriculum React
// version we use externals to stops Webpack from bundling React and
// ReactDOM (they're fetched from unpkg when needed by the client or
// ReactDOM (they're fetched from the cdn when needed by the client or
// curriculum tests). react-dom/server and react-dom/test-utils are included
// separately because enzyme-adapter-react-16 imports them directly.
externals: {