tiny-vue
tiny-vue copied to clipboard
✨ [Feature]: Support using opentiny in node_modules
What problem does this feature solve
if a package in node_modules which is using @opentiny/vue, the demand import will loss.
Such as a package called 'tiny-wrap' like this:
import { Tab as TinyTab } from '@opentiny/vue';
// do something
export { TinyTab };
the original vue-vite-import
It's better if we can check something in regex:
What does the proposed API look like
offer a customMatchRe option to match plugin scope.
What is your project name
新意证券综合管理平台