1.1.1 • Published 2 years ago
@jacob-z/vite-plugin-semi-theme-loader v1.1.1
@jacob-z/vite-plugin-semi-theme-loader
forked from: vite-plugin-semi-theme
Change Log
- 源码ts重写
- 修复pnpm管理时无法正确导入主题包的scss的问题 (思路来源 #5 )
修复上述issue中无法正确导入组件token变量的问题
原仓库取材于 theme options docs
Usage
// vite.config.js
import { defineConfig } from "vite";
import semi from "@jacob-z/vite-plugin-semi-theme-loader";
export default defineConfig({
plugins: [
semi({
theme: "@semi-bot/semi-theme-yours",
// options: {
// ... 👆
//},
}),
],
});1.1.1
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
0.0.4-beta
2 years ago
0.0.3-beta
2 years ago
0.0.1-beta
2 years ago