diff --git a/services/web/webpack.config.js b/services/web/webpack.config.js index 09a4abd05b..369d5a2035 100644 --- a/services/web/webpack.config.js +++ b/services/web/webpack.config.js @@ -22,12 +22,6 @@ module.exports = { library: ['Frontend', '[name]'] }, - // TODO?? - // Defines the external modules which will be stripped out when bundling for - // the main app. These modules are already loaded in the main app environment, - // so we strip them out to prevent conflicts. - // externals: {}, - // Define how file types are handled by webpack module: { rules: [{