Skip to content

Commit

Permalink
feat(dependencies): update package dependencies and related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 committed Nov 10, 2023
1 parent 4dd7e0b commit 18b77b1
Show file tree
Hide file tree
Showing 11 changed files with 10,129 additions and 28,340 deletions.
1 change: 1 addition & 0 deletions config/remotePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ module.exports = {
...routeExtensions,
],
sharedModules: {
react: { singleton: true },
'react-router-dom': { singleton: true },
'react-redux': { singleton: true, import: false },
'@openshift/dynamic-plugin-sdk-extensions': { singleton: true, import: false },
Expand Down
22 changes: 22 additions & 0 deletions fec.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module.exports = {
appUrl: process.env.BETA ? '/preview/application-pipeline' : '/application-pipeline',
debug: true,
useProxy: true,
proxyVerbose: true,
/**
* Change accordingly to your appname in package.json.
* The `sassPrefix` attribute is only required if your `appname` includes the dash `-` characters.
* If the dash character is present, you will have add a camelCase version of it to the sassPrefix.
* If it does not contain the dash character, remove this configuration.
*/
sassPrefix: '.hacCore, .hacDev',
/**
* Change to false after your app is registered in configuration files
*/
interceptChromeConfig: false,
/**
* Add additional webpack plugins
*/
plugins: [],
_unstableHotReload: process.env.HOT === 'true',
};
Loading

0 comments on commit 18b77b1

Please sign in to comment.