There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
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
.App.css
.display: flex;
user-select: none;
flex: 1 0 calc(1vw - 1px);
postcss-flexbugs-fixes
& autoprefixer
work. See screenshot.Then checked build version
npm run build
serve -s build
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.