mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'autoprefixer': { browsers: 'last 5 version' }
|
|
}
|
|
} |