mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
14 lines
201 B
JavaScript
14 lines
201 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
{
|
||
|
name: 'preset-default',
|
||
|
params: {
|
||
|
overrides: {
|
||
|
cleanupIDs: false,
|
||
|
removeViewBox: false,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
};
|