mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
13 lines
185 B
JavaScript
13 lines
185 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'autoprefixer': {},
|
|
'cssnano': {
|
|
preset: ['default', {
|
|
discardComments: {
|
|
removeAll: true
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
}
|