Integrating Jodit Editor
-
Hi guys, I’m integrating the Jodit editor.
But when executing quasar dev, the following warning appears in the console.
WARNING Compiled with 1 warnings 11:10:33 PM warning in ./node_modules/jodit/build/jodit.min.css Module Warning (from ./node_modules/postcss-loader/src/index.js): Warning
They know how I can avoid that message. They know how I can avoid that message. It occurred to me that this error is possible to mitigate if webpack is configured to ignore it. I found that it is possible to use the stats property, but I can’t configure it correctly.
I am trying to create a minimum version of a Google Docs.
You can see the application running at App link.