Help to debbug the grapejs #4246
-
Hello Artf, I have some problem discribed here in this issue: GrapesJS/mjml#281 and here: #4247 So, we tryed to debug the grapesjs, but unfortunately, we can't go over this because the debugger itself of javascript is not running inside any exported function. We add a I can't find a way to enable debugger in webpack devServer, so i'm stuck on it. Can you teach us how to do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
I'd not expect anything strange from the devServer point of view. When it's running all the source files are updated at any change. If you're trying to load the development JS file in another project, be sure to include the proper js file rendered by the dev server and not the static one |
Beta Was this translation helpful? Give feedback.
I'd not expect anything strange from the devServer point of view. When it's running all the source files are updated at any change. If you're trying to load the development JS file in another project, be sure to include the proper js file rendered by the dev server and not the static one
dist/grapes.min.js