UNPKG

@rockpack/compiler

Version:

The easiest webpack config generator.

8 lines (6 loc) 272 B
const autoprefixer = require('autoprefixer'); const postcssCustomMedia = require('postcss-custom-media'); const minmax = require('postcss-media-minmax'); module.exports = { plugins: [minmax(), postcssCustomMedia(), autoprefixer({ overrideBrowserslist: ['> 5%'] })], };