Coded Component Works Perfect in Dev Mode, Cannot Drag into Editor in Normal Mode

Attached is my repository for the code, it works fine in dev mode but I am unable to drag it in, in the regular editor.

Fixed:

Here is the solution:

“scripts”: {
“build”: “weweb build”,
“serve”: “weweb serve”
},

This was set to include parameters with it however, it needs to be exactly stated above for the editor to grab it.

1 Like

Hey Zakkery :waving_hand:

I’m glad you managed to solve it, and thanks for sharing your solution!