Set up Webpack Encore
This commit is contained in:
parent
f97988b02e
commit
e1bef7c01f
38 changed files with 14937 additions and 1202 deletions
5
postcss.config.js
Normal file
5
postcss.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {} // Check browserlist configuration in package.json
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue