mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-52821] Migrate components/app.jsx to Typescript (#23605)
Co-authored-by: Iliès BELDJILALI <ibeldjilali@takima.fr> Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
e60e2dc040
commit
8e13e7fffe
@ -376,7 +376,7 @@ async function initializeModuleFederation() {
|
||||
|
||||
// Desktop specific code for remote module loading
|
||||
moduleFederationPluginOptions.exposes = {
|
||||
'./app': 'components/app.jsx',
|
||||
'./app': 'components/app',
|
||||
'./store': 'stores/redux_store.jsx',
|
||||
'./styles': './src/sass/styles.scss',
|
||||
'./registry': 'module_registry',
|
||||
|
Loading…
Reference in New Issue
Block a user