mirror of
https://github.com/1621740748/vue-ba.git
synced 2025-04-05 03:05:08 +08:00
9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
// to edit target browsers: use "browserlist" field in package.json
|
|
"autoprefixer": {}
|
|
}
|
|
}
|