From 3393b334670868a4c4f62dc05921a48b3376cb4e Mon Sep 17 00:00:00 2001 From: Ondrej Ezr Date: Mon, 7 Jul 2025 16:03:22 +0200 Subject: [PATCH] Remove weird behaviour :) --- fec.config.js | 6 +++--- src/App.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fec.config.js b/fec.config.js index e7a51141..0b3271d5 100644 --- a/fec.config.js +++ b/fec.config.js @@ -11,13 +11,13 @@ module.exports = { /** * Change to false after your app is registered in configuration files */ - interceptChromeConfig: true, + // interceptChromeConfig: true, /** * Add additional webpack plugins */ plugins: [process.env.ANALYZED && new BundleAnalyzerPlugin()], - _unstableHotReload: process.env.HOT === 'true', - routesPath: process.env.ROUTES_PATH && resolve(process.env.ROUTES_PATH), + // _unstableHotReload: process.env.HOT === 'true', + // routesPath: process.env.ROUTES_PATH && resolve(process.env.ROUTES_PATH), moduleFederation: { exposes: { './RootApp': resolve(__dirname, './src/AppEntry'), diff --git a/src/App.js b/src/App.js index 846b485d..9549f993 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React, { Fragment } from 'react'; -import './App.scss'; +// import './App.scss'; const App = () => { return ;