1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

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

This commit is contained in:
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

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: {