fix translation wrong folder creation issue

This commit is contained in:
Eugenio Romano
2017-06-08 16:07:48 +01:00
parent 2c46f265e3
commit ae683ad708
19 changed files with 17 additions and 32 deletions

View File

@@ -90,7 +90,7 @@ module.exports = {
plugins: [
new CopyWebpackPlugin([{
from: `src/i18n/`,
to: `bundles/assets/ng2-alfresco-tag/i18n/`
to: `bundles/assets/${path.basename(helpers.root(''))}/i18n/`
}]),
new webpack.NoEmitOnErrorsPlugin(),