1 Star 0 Fork 202

大天使/nutui

forked from 京东零售/nutui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.build.css.ts 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2021-09-18 16:09 +08:00 . release: 3.1.6
import { defineConfig } from 'vite';
import config from './package.json';
const banner = `/*!
* ${config.name} v${config.version} ${new Date()}
* (c) 2021 @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
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/TANHUIXING/nutui.git
git@gitee.com:TANHUIXING/nutui.git
TANHUIXING
nutui
nutui
next

搜索帮助