VJsoneditor
VJsoneditor copied to clipboard
assets/plus.svg is not found
Doing following on version: 1.4.4 gives error 'assets/plus.svg' not found.
yarn add v-jsoneditor
Resolution: add plus.svg to package or point it somewhere else. This is being thrown from the .max-btn class in css even though it is not being used.
I have exactly the same error.
Module not found: Error: Can't resolve './assets/plus.svg' in '/Users/blabla/node_modules/v-jsoneditor/src'
package.json:
"v-jsoneditor": "^1.4.5",