mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
33d6ec0786
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('autoprefixer')
|
|
]
|
|
}
|