Skip to content

Unify dynamicImports and experimentalDynamicComponent options #5031

Open
@nolanlawson

Description

@nolanlawson

Today we have the following options that all mean the same thing:

  • dynamicImports in babel-plugin-component
  • experimentalDynamicComponent in compiler, rollup-plugin, and ssr-compiler

We should unify this. The feature is hardly experimental at this point, so probably it should be called dynamicImports, which is also a better name for it.

dynamicImports?: {
loader?: string;
strictSpecifier?: boolean;
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions