1 Star 0 Fork 0

lazycatcloud/jellyfin-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postcss.config.js 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bill Thornton 提交于 2023-03-29 12:38 +08:00 . Fix eslint issues
const packageConfig = require('./package.json');
const postcssPresetEnv = require('postcss-preset-env');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
const config = () => ({
plugins: [
// Explicitly specify browserslist to override ones from node_modules
// For example, Swiper has it in its package.json
postcssPresetEnv({ browsers: packageConfig.browserslist }),
autoprefixer({ overrideBrowserslist: packageConfig.browserslist }),
cssnano()
]
});
module.exports = config;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lazycatcloud/jellyfin-web.git
git@gitee.com:lazycatcloud/jellyfin-web.git
lazycatcloud
jellyfin-web
jellyfin-web
master

搜索帮助