blog icon indicating copy to clipboard operation
blog copied to clipboard

Webpack build 之后 css keyframes name 改变,导致动画异常

Open aototo opened this issue 7 years ago • 0 comments

作怪的地方在cssnano,需要修改

cssnano({
  reduceIdents: false
})

这样就可以了

aototo avatar Sep 25 '18 07:09 aototo