mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-cssnext': {
|
|
browserslist: ['cover 99.5%'],
|
|
},
|
|
},
|
|
}; |