diff --git a/public/lib.js b/public/lib.js index 5b7711699..ab1e6ff0c 100644 --- a/public/lib.js +++ b/public/lib.js @@ -2,6 +2,7 @@ * 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 lodash from 'lodash'; import Fuse from 'fuse.js'; import DOMPurify from 'dompurify'; import hljs from 'highlight.js'; @@ -50,6 +51,7 @@ export function initLibraryShims() { } export default { + lodash, Fuse, DOMPurify, hljs, @@ -65,6 +67,7 @@ export default { }; export { + lodash, Fuse, DOMPurify, hljs,