Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify dynamicImports and experimentalDynamicComponent options #5031

Open
Tracked by #2964
nolanlawson opened this issue Dec 10, 2024 · 0 comments
Open
Tracked by #2964

Unify dynamicImports and experimentalDynamicComponent options #5031

nolanlawson opened this issue Dec 10, 2024 · 0 comments

Comments

@nolanlawson
Copy link
Collaborator

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;
};

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

No branches or pull requests

1 participant