Skip to content

Commit

Permalink
fix: css safe (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k authored and yyx990803 committed Apr 17, 2018
1 parent 599edd2 commit be82e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/webpack/createClientConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ module.exports = function createClientConfig (options, cliOptions) {
canPrint: false,
cssProcessorOptions: {
safe: true,
autoprefixer: { disable: true }
autoprefixer: { disable: true },
mergeLonghand: false
}
}])
}
Expand Down

0 comments on commit be82e09

Please sign in to comment.