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:
parent
580d2914e7
commit
3d1bbf3c4d
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user