revives autoprefixer which went AWOL during Webpack v1 -> v4 migration

This commit is contained in:
Henry Jameson 2019-08-14 01:18:07 +03:00
parent 58b9b6c0a2
commit aeae25b74e
4 changed files with 106 additions and 8 deletions

5
postcss.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
plugins: [
require('autoprefixer')
]
}