diff --git a/webapp/channels/src/components/app.jsx b/webapp/channels/src/components/app.tsx similarity index 100% rename from webapp/channels/src/components/app.jsx rename to webapp/channels/src/components/app.tsx diff --git a/webapp/channels/webpack.config.js b/webapp/channels/webpack.config.js index 00286aa6bd..3608f90315 100644 --- a/webapp/channels/webpack.config.js +++ b/webapp/channels/webpack.config.js @@ -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',