add base config files

This commit is contained in:
WorldTeacher
2024-06-28 07:49:53 +02:00
parent fca5c468cc
commit 38cd97b3cf
9 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
plugins: [
{
name: "preset-default",
params: {
overrides: {
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
sortAttrs: true,
removeOffCanvasPaths: true,
},
},
},
],
};