Skip to content

feat: ignore imports from config file #54

@heyMP

Description

@heyMP

When using exposed functions from the config file in your target .ts files, you get all of the typescript typings but the run process will fail. This is because the typescript compiler will bundle code from config.js that is only meant to run in the node context, not in a browser context.

We need to either ignore imports from the config file, or introduce an annotation that allows the user to ignore certain imports from begin compiled and run in the browser context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions