mirror of https://github.com/laurent22/joplin.git
Chore: Web: Fix build fails on Windows (#10919)
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