70 Star 723 Fork 171

GVP京东零售 / nutui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.build.css.ts 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2022-03-11 09:55 . upd: copyright 2022
import { defineConfig } from 'vite';
import config from './package.json';
const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2022 @jdf2e.
* Released under the MIT License.
*/`;
export default defineConfig({
build: {
minify: true,
lib: {
entry: './dist/styles/themes/default.scss',
formats: ['es'],
name: 'style',
fileName: 'style'
},
// rollupOptions: {
// output: {
// banner
// }
// },
emptyOutDir: false
}
});
JavaScript
1
https://gitee.com/jd-platform-opensource/nutui.git
git@gitee.com:jd-platform-opensource/nutui.git
jd-platform-opensource
nutui
nutui
next

搜索帮助