The documentation at docs/installation states to install editor.js via npm by
npm i @editorjs/editorjs --save-dev
This would install it as dev-dependency and if someone really OCD uses this it can lead to the editor.js files not being available in production environments. Right? It should be installed as default dependency, not dev?
The documentation at docs/installation states to install editor.js via npm by
This would install it as dev-dependency and if someone really OCD uses this it can lead to the editor.js files not being available in production environments. Right? It should be installed as default dependency, not dev?