mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
* bump deps: update vue-splitpane version * refactor[chore]: use webpack-dev-serve build * perf:settings * doc: uodate readme
10 lines
223 B
JavaScript
10 lines
223 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
"postcss-import": {},
|
|
"autoprefixer": {}
|
|
}
|
|
}
|