Lazy load chat container

This commit is contained in:
Gabe Kangas
2022-10-27 23:47:15 -07:00
parent 6564fc69bf
commit d91f682d21
3 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,6 @@ module.exports = withBundleAnalyzer(
withLess({
trailingSlash: true,
reactStrictMode: true,
experimental: {
webVitalsAttribution: ['CLS', 'LCP'],
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,