Closed as not planned
Description
Describe the feature
Context: nuxt/module-builder#445
Sometimes, devDependencies are not published as they are only used locally. It would be a nice feature to inline the imports of those dependencies, so those do not have to be inlined manually (meaning, the import of the package is removed and the function is written directly into the file).
Additional information
- Would you be willing to help implement this feature?