Chore: Web: Fix build fails on Windows (#10919)

pull/10923/head^2
Henry Heino 2024-08-22 13:53:52 -07:00 committed by GitHub
parent 580d2914e7
commit 3d1bbf3c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ const babelLoaderConfiguration = {
path.resolve(appDirectory, 'android'),
// Compiling these libraries with babel cause build errors.
/.*node_modules\/@babel.*/,
/.*node_modules\/@sqlite\.org\/.*/,
/.*node_modules[/\\]@babel.*/,
/.*node_modules[/\\]@sqlite\.org[/\\].*/,
],
use: {