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 ;