Skip to content

Commit

Permalink
fix(build): change alias path (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoxx1906 authored Sep 26, 2023
1 parent c61e473 commit 5271fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit 5271fbc

Please sign in to comment.