Fix build problem

This commit is contained in:
2021-08-24 13:01:54 +02:00
parent 232d951f47
commit e181b85532
7 changed files with 8 additions and 64 deletions

View File

@@ -5,4 +5,11 @@ export default {
['@babel/plugin-proposal-private-methods', { loose: true }]
],
},
postcss: {
preset: {
features: {
"focus-within-pseudo-class": false
}
}
}
}