2020-06-26
Bug Fixes
- Make sure synthetic exports are present when a module is imported dynamically (#3648)
- Strip the
rollup-plugin-
prefix off the plugin name when looking for the plugin export in a CLI plugin without a default export (#3647)
- Convert plugin names with dashes to camel case when looking for the plugin export in a CLI plugin without a default export (#3647)