Created by: andykenward
Since v2.2.1
of Webpack, the need for ident
for complex options is no longer required. See
https://webpack.js.org/guides/migrating/#complex-options
Steps ran to check if postcss-loader
and its plugins still work.
-
npm start
. - Add to
App.css
.
display: flex;
user-select: none;
flex: 1 0 calc(1vw - 1px);
- Check chrome dev tools and select element too see if
postcss-flexbugs-fixes
&autoprefixer
work. See screenshot.
Then checked build version
npm run build
serve -s build
- Check chrome dev tools and select element. See screenshot