mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-04-25 08:37:04 +08:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
'plugins': {
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
'autoprefixer': {}
|
|
}
|
|
}
|