feat: display scrolling company logos (#226)
* feat: add scrolling company logos * chore: update translations
This commit is contained in:
@@ -48,6 +48,13 @@ const config = {
|
||||
},
|
||||
],
|
||||
},
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
use: ["@svgr/webpack"],
|
||||
});
|
||||
return config;
|
||||
},
|
||||
experimental: {
|
||||
// instrumentationHook: true,
|
||||
swcPlugins: [["@lingui/swc-plugin", {}]],
|
||||
|
||||
Reference in New Issue
Block a user