webpack/webpack-cli

View on GitHub
packages/generators/init-template/default/postcss.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  // Add you postcss configuration here
  // Learn more about it at https://github.com/webpack-contrib/postcss-loader#config-files
  plugins: [["autoprefixer"]],
};