You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
All: Add new encryption methods based on native crypto libraries (#10696)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com> Co-authored-by: Henry Heino <personalizedrefrigerator@gmail.com>
This commit is contained in:
@ -61,6 +61,7 @@ module.exports = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'react-native$': 'react-native-web',
|
||||
'crypto': path.resolve(__dirname, 'mocks/nodeCrypto.js'),
|
||||
|
||||
// Map some modules that don't work on web to the empty dictionary.
|
||||
'react-native-fingerprint-scanner': emptyLibraryMock,
|
||||
|
Reference in New Issue
Block a user