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