From 5271fbc118efbd487a95d348fd675bcef316d5cd Mon Sep 17 00:00:00 2001 From: bfoxx1906 <99675599+bfoxx1906@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:29:31 -0400 Subject: [PATCH] fix(build): change alias path (#706) --- scripts/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webpack.config.js b/scripts/webpack.config.js index b90719ff2..c7246e314 100644 --- a/scripts/webpack.config.js +++ b/scripts/webpack.config.js @@ -35,7 +35,7 @@ const config = Object.assign(commonConfig(), { }, resolve: { alias: { - 'box-annotations-locale-data': path.resolve(`i18n/${language}`), + 'box-annotations-locale-data': path.resolve(`./i18n/${language}`), 'box-elements-messages': path.resolve(`node_modules/box-ui-elements/i18n/${language}`), 'react-intl-relativetimeformat-locale-data': path.resolve( `node_modules/@formatjs/intl-relativetimeformat/dist/locale-data/${locale}`,