v1.2.1
Pre-release
Pre-release
1.2.1 (2023-04-01)
Bug Fixes
Feature Breaking Change
Core Strategy
- When using the development server,
unplugin-vue-cssvars
will analyze the referenced css file from the component,
and inject styles in the transformation code of@vitejs/plugin-vue
- When building,
unplugin-vue-cssvars
will analyze the referenced css file from the component and inject it into
sfc, don't worry about generating redundant code, packaging tools (such as vite) will automatically handle it.
Option Change
- remove
revoke
- adee
server