diff --git a/frontend/next.config.mjs b/frontend/next.config.mjs index 7db4e621..9ffe15ec 100644 --- a/frontend/next.config.mjs +++ b/frontend/next.config.mjs @@ -11,7 +11,7 @@ const nextConfig = withTM(["hexabot-widget"])({ ]; }, webpack(config) { - if(process.env.NODE_ENV=="development"){ + if (process.env.NODE_ENV==="development"){ config.watchOptions = { poll: 1000, aggregateTimeout: 300,