chore(deps): move mind-elixir related packages to devDependencies

webpack takes care of bundling these, so we don't need the modules at runtime anymore
This commit is contained in:
Panagiotis Papadopoulos
2025-03-19 15:00:02 +01:00
parent 7f87318f8f
commit feb9fa03c3
4 changed files with 6 additions and 8 deletions

View File

@@ -68,7 +68,6 @@ try {
"node_modules/katex/dist/contrib/mhchem.min.js",
"node_modules/katex/dist/contrib/auto-render.min.js",
"node_modules/@highlightjs/cdn-assets/highlight.min.js",
"node_modules/@mind-elixir/node-menu/dist/node-menu.umd.cjs"
]);
const nodeModulesFolder = new Set([
@@ -94,7 +93,6 @@ try {
"node_modules/codemirror/addon/",
"node_modules/codemirror/mode/",
"node_modules/codemirror/keymap/",
"node_modules/mind-elixir/dist/",
"node_modules/@highlightjs/cdn-assets/languages",
"node_modules/@highlightjs/cdn-assets/styles",
"node_modules/leaflet/dist"