mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add webpack for external frontend libraries.
This commit is contained in:
9
public/lib.js
Normal file
9
public/lib.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Add all the libraries that you want to expose to the client here.
|
||||
* They are bundled and exposed by Webpack in the /lib.js file.
|
||||
*/
|
||||
import Fuse from 'fuse.js';
|
||||
|
||||
export {
|
||||
Fuse,
|
||||
};
|
Reference in New Issue
Block a user