mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:11:52 +00:00
12 lines
140 B
JavaScript
12 lines
140 B
JavaScript
|
module.exports = {
|
||
|
preset: [
|
||
|
'default',
|
||
|
{
|
||
|
calc: false,
|
||
|
discardComments: {
|
||
|
removeAll: true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|