-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi @easylogic
thanks for this great project, looks very promising!
I am running into an issue, which was reported in the past multiple times, see eg. #24, #28, #29, #32
My problem: I cannot get the color picker up and running, my webpack compile always fails with:
Module build failed: Module not found:
./node_modules/codemirror-colorpicker/dist/codemirror-colorpicker.js contains a reference to the file codemirror.
This file can not be found, please check it for typos or update it if the file got moved.
I assume you use it always in a larger context and the complete frontend stack is your normal working environment.
But I am failing currently and wonder if you could have a look at the documentation.
Some of the linked jsfiddles link to a codemirror.js file, so I assume I have to require/import more files.
Can you give me a hint what to do?