fix translation wrong folder creation issue

This commit is contained in:
Eugenio Romano
2017-06-08 16:07:48 +01:00
committed by Eugenio Romano
parent 6bd4b9b548
commit 9358c24003
2 changed files with 1 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ module.exports = webpackMerge(commonConfig, {
from: '**/*',
to: `assets/${lib}/i18n/`
}
})
}),
])
]
});

View File

@@ -74,14 +74,6 @@ module.exports = webpackMerge(commonConfig, {
}),
new CopyWebpackPlugin([
//Deprecation old files translation strategy from 1.6.0 translation files are in the bundles folder
... alfrescoLibs.map(lib => {
return {
context: 'node_modules',
from: `${lib}/src/i18n/*`,
to: `assets/${lib}/i18n/*`
}
}),
... alfrescoLibs.map(lib => {
return {
context: `node_modules/${lib}/bundles/assets/`,