Open
Description
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
Activity