]> BookStack Code Mirror - bookstack/blobdiff - dev/build/esbuild.js
respective book and chapter structure added.
[bookstack] / dev / build / esbuild.js
index 0680f4ac3da48ec0f19985e6f656ffdeaac0ad97..fea8c01e353887d2bb169d330fec1bc51b997a0a 100644 (file)
@@ -38,6 +38,8 @@ esbuild.build({
     absWorkingDir: path.join(__dirname, '../..'),
     alias: {
         '@icons': './resources/icons',
+        lexical: './resources/js/wysiwyg/lexical/core',
+        '@lexical': './resources/js/wysiwyg/lexical',
     },
     banner: {
         js: '// See the "/licenses" URI for full package license details',