mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
export default {
|
|
plugins: {
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
"postcss-import": {},
|
|
"postcss-html": {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|