feat(sidebar): implement new design [EE-3447] (#7118)

This commit is contained in:
Chaim Lev-Ari
2022-06-28 10:42:42 +03:00
committed by GitHub
parent e5e57978af
commit ed8f9b5931
54 changed files with 1928 additions and 857 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = merge(commonConfig, {
module: {
rules: [
{
test: /\.(woff|woff2|eot|ttf|svg|ico|png|jpg|gif)$/,
test: /\.(woff|woff2|eot|ttf|ico)$/,
type: 'asset/resource',
},
],