codemirror: add build script, edit build settings

Disabled `highlightWhitespace()` and `highlightTrailingWhitespace()`, could be reverted if necessary
This commit is contained in:
2024-02-19 15:15:41 +01:00
parent 17b92126de
commit 4f869252a2
4 changed files with 859 additions and 3 deletions

View File

@ -1,4 +1,7 @@
{
"scripts": {
"build": "rollup --config rollup.config.mjs --input editor.mjs"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.8",