Unify dynamicImports
and experimentalDynamicComponent
options
#5031
Labels
dynamicImports
and experimentalDynamicComponent
options
#5031
Today we have the following options that all mean the same thing:
dynamicImports
inbabel-plugin-component
experimentalDynamicComponent
incompiler
,rollup-plugin
, andssr-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.lwc/packages/@lwc/babel-plugin-component/src/types.ts
Lines 16 to 19 in d10cdb0
The text was updated successfully, but these errors were encountered: