From d1b948aa56770ef92d46df92e85cf54c8478f652 Mon Sep 17 00:00:00 2001 From: Proddy Date: Thu, 5 Jan 2023 15:04:18 +0100 Subject: [PATCH] typo --- interface/config-overrides.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/config-overrides.js b/interface/config-overrides.js index 130d7779b..14c0469f7 100644 --- a/interface/config-overrides.js +++ b/interface/config-overrides.js @@ -7,7 +7,7 @@ module.exports = function override(config, env) { const hosted = process.env.REACT_APP_HOSTED; if (env === 'production' && !hosted) { - // rename the ouput file, we need it's path to be short, for embedded FS + // rename the output file, we need it's path to be short, for embedded FS config.output.filename = 'js/[id].[chunkhash:4].js'; config.output.chunkFilename = 'js/[id].[chunkhash:4].js';