mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: webpack release failed to require path
This commit is contained in:
@@ -83,3 +83,4 @@ getLine
|
||||
setOption
|
||||
string
|
||||
dispose
|
||||
path
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import path from 'path/path.js'
|
||||
import path from 'path'
|
||||
|
||||
// TODO split the capacitor abilities to a separate file for capacitor APIs
|
||||
import { Capacitor } from '@capacitor/core'
|
||||
@@ -481,4 +481,4 @@ export function base64ToUint8Array (base64String) {
|
||||
console.error('Invalid Base64 string:', e)
|
||||
return null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user