1 Star 1 Fork 1

hl / fe-handbook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.ts 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
hl 提交于 2023-02-13 13:46 . feat: init
import { defineConfig } from "vite";
export default () => {
return defineConfig({
css: {
postcss: {
plugins: [
// 前缀追加
require("autoprefixer")({
overrideBrowserslist: [
"Android 4.1",
"iOS 7.1",
"Chrome > 31",
"ff > 31",
"> 1%",
],
grid: true,
}),
require("postcss-flexbugs-fixes"),
],
},
},
});
};
JavaScript
1
https://gitee.com/hl-fe/fe-handbook.git
git@gitee.com:hl-fe/fe-handbook.git
hl-fe
fe-handbook
fe-handbook
master

搜索帮助