This commit is contained in:
Thomas Roberts 2023-10-26 11:33:04 +01:00 committed by GitHub
parent 76cb3fa7e8
commit a1a6b2130f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ module.exports = {
include: /node_modules/,
type: 'javascript/auto',
} );
config.externals = [ 'react-dom/client' ];
return config;
},
};