Skip to content

an option to point to webview entry?  #22

@shakedbuk57

Description

@shakedbuk57

according to docs :
By default, recommended:true will be based on the following directory structure as a convention.
|--extension // extension code
| |--index.ts
|--src // front-end code
| |--App.vue
| |--main.ts
|--index.html

i have a yarn workspace setup
|--extension // extension code
| |--index.ts
|--webview // front-end code
| |--src
| | | --main.ts
| vite.config.mts
is there an option to specify the entry point for the webviews? same way you can do
vscode({extension: {
entry: "../extension/index.ts",
}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions