vbenjs / vite-plugin-style-import

A plug-in that imports component library styles on demand.it is fast
MIT License
448 stars 59 forks source link

fix: change default exclude config for monorepo support #104

Open yqz0203 opened 1 year ago

yqz0203 commented 1 year ago

When using monorepo, the package may be promoted to the node_modules of the root directory, so the exclude configuration will not take effect, causing some packages to fail to find css files, such as antd-pro。

image image