File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ This project is based on [`react-app-rewired`](https://github.com/timarney/react
1717``` js
1818/* config-overrides.js */
1919
20- const rewiredSingleSpa = require (" react-app-rewired-single-spa" );
21- const { rewiredSingleSpaDevServer } = require (" react-app-rewired-single-spa" );
20+ const {
21+ rewiredSingleSpa ,
22+ rewiredSingleSpaDevServer ,
23+ } = require (" react-app-rewired-single-spa" );
2224
2325module .exports = {
2426 webpack: rewiredSingleSpa (),
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ const { paths } = require("react-app-rewired");
44const webpack = require ( "webpack" ) ;
55const SystemJSPublicPathPlugin = require ( "systemjs-webpack-interop/SystemJSPublicPathWebpackPlugin" ) ;
66
7- module . exports = rewiredSingleSpa ;
8- exports . rewiredSingleSpaDevServer = rewiredSingleSpaDevServer ;
7+ module . exports . rewiredSingleSpa = rewiredSingleSpa ;
8+ module . exports . rewiredSingleSpaDevServer = rewiredSingleSpaDevServer ;
99
1010function rewiredSingleSpa ( {
1111 orgName,
You can’t perform that action at this time.
0 commit comments