aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/webpack.common.js
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/webpack.common.js')
-rw-r--r--openecomp-ui/webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/webpack.common.js b/openecomp-ui/webpack.common.js
index 01f6d98b21..ebe4a8454a 100644
--- a/openecomp-ui/webpack.common.js
+++ b/openecomp-ui/webpack.common.js
@@ -13,7 +13,7 @@ module.exports = {
resolve: {
modules: [path.resolve('.'), path.join(__dirname, 'node_modules')],
alias: {
- i18nJson: 'nfvo-utils/i18n/locale.json',
+ i18nJson: 'nfvo-utils/i18n/en.json', // only for default build, not through gulp
'nfvo-utils': 'src/nfvo-utils',
'nfvo-components': 'src/nfvo-components',
'sdc-app': 'src/sdc-app',