What are the extra options in UDT about?

What are the extra options in UDT about?

I’m guessing break on start is for the chrome debugger but what does the plugin build folder do?

Hi @Velara ,

That “Plugin Build Folder” field is an advanced option that previously existed somewhere else in the UI. It should point to the build folder of your project.

When you add a new plugin to UDT, you can either add the manifest.json file from the dist folder or the plugin folder. If you chose the plugin folder - then you need to set the relative path to build folder ( ‘dist’ ) in the that field. Hope this answers your question.

Amanda

1 Like