mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-07 17:40:57 +00:00
Lexical: Switched to ts for new editor build
This commit is contained in:
parent
6e852d2e65
commit
49546cd627
6 changed files with 62 additions and 30 deletions
dev/build
|
@ -14,7 +14,7 @@ const entryPoints = {
|
|||
code: path.join(__dirname, '../../resources/js/code/index.mjs'),
|
||||
'legacy-modes': path.join(__dirname, '../../resources/js/code/legacy-modes.mjs'),
|
||||
markdown: path.join(__dirname, '../../resources/js/markdown/index.mjs'),
|
||||
wysiwyg: path.join(__dirname, '../../resources/js/wysiwyg/index.mjs'),
|
||||
wysiwyg: path.join(__dirname, '../../resources/js/wysiwyg/index.ts'),
|
||||
};
|
||||
|
||||
// Locate our output directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue