- 启用 pxtransform 插件以自动转换 px 单位 - 设置基础字体大小为 14px,最小根字体大小为 14px
@@ -96,6 +96,13 @@ export default defineConfig<'webpack5'>(async (merge, { command, mode }) => {
chunkFilename: 'css/[name].[chunkhash].css'
},
postcss: {
+ pxtransform: {
+ enable: true,
+ config: {
+ baseFontSize : 14,
+ minRootSize: 14
+ }
+ },
autoprefixer: {
enable: true,
config: {}