You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
mkdist if file-by-file transformer (not bundler). an additional (rollup) entry needed for this. There are alternatives such as conditional exports. (nuxt/module-builder#445 (comment))
--
Closing issue as it lacks context (ie: why this might be needed? how commonly this is needed that makes sense to be a mkdist feature desipe it is not what it should do).
Happy to reopen and discuss if there was more context.
Describe the feature
Context: nuxt/module-builder#445
Additional information
The text was updated successfully, but these errors were encountered: