mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-07 19:50:33 +08:00
fix: "fs" module not found issue in face-api.js for browser usage (#2810)
This commit is contained in:
@@ -93,6 +93,7 @@ module.exports = {
|
|||||||
"buffer": false,
|
"buffer": false,
|
||||||
"crypto": false,
|
"crypto": false,
|
||||||
"os": false,
|
"os": false,
|
||||||
|
"fs": false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user