You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is liked OptimizeCssPlugin's cssProcessor rebase z-index.It should set safe to true:
varOptimizeCSSPlugin=require('optimize-css-assets-webpack-plugin').........
.........
// Compress extracted CSS. We are using this plugin so that possible// duplicated CSS from different components can be deduped.newOptimizeCSSPlugin({cssProcessorOptions: {safe: true}})
The text was updated successfully, but these errors were encountered:
yuu2lee4
changed the title
z-index changes after build
z-index changes after build(3.0)
Mar 2, 2018
Version
3.0.0-beta.2
Steps to reproduce
just build
What is expected?
z-index not changed
What is actually happening?
z-index changed
It is liked OptimizeCssPlugin's cssProcessor rebase z-index.It should set safe to true:
The text was updated successfully, but these errors were encountered: