Skip to content

Commit be82e09

Browse files
fjc0kyyx990803
authored andcommitted
fix: css safe (#96)
1 parent 599edd2 commit be82e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/webpack/createClientConfig.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ module.exports = function createClientConfig (options, cliOptions) {
4545
canPrint: false,
4646
cssProcessorOptions: {
4747
safe: true,
48-
autoprefixer: { disable: true }
48+
autoprefixer: { disable: true },
49+
mergeLonghand: false
4950
}
5051
}])
5152
}

0 commit comments

Comments
 (0)