File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ module.exports = {
1111 /**
1212 * Change to false after your app is registered in configuration files
1313 */
14- interceptChromeConfig : true ,
14+ // interceptChromeConfig: true,
1515 /**
1616 * Add additional webpack plugins
1717 */
1818 plugins : [ process . env . ANALYZED && new BundleAnalyzerPlugin ( ) ] ,
19- _unstableHotReload : process . env . HOT === 'true' ,
20- routesPath : process . env . ROUTES_PATH && resolve ( process . env . ROUTES_PATH ) ,
19+ // _unstableHotReload: process.env.HOT === 'true',
20+ // routesPath: process.env.ROUTES_PATH && resolve(process.env.ROUTES_PATH),
2121 moduleFederation : {
2222 exposes : {
2323 './RootApp' : resolve ( __dirname , './src/AppEntry' ) ,
Original file line number Diff line number Diff line change 11import React , { Fragment } from 'react' ;
2- import './App.scss' ;
2+ // import './App.scss';
33
44const App = ( ) => {
55 return < Fragment > </ Fragment > ;
You can’t perform that action at this time.
0 commit comments