revives autoprefixer which went AWOL during Webpack v1 -> v4 migration
This commit is contained in:
parent
58b9b6c0a2
commit
aeae25b74e
4 changed files with 106 additions and 8 deletions
5
postcss.config.js
Normal file
5
postcss.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('autoprefixer')
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue