mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix translation wrong folder creation issue
This commit is contained in:
committed by
Eugenio Romano
parent
6bd4b9b548
commit
9358c24003
@@ -102,7 +102,7 @@ module.exports = webpackMerge(commonConfig, {
|
|||||||
from: '**/*',
|
from: '**/*',
|
||||||
to: `assets/${lib}/i18n/`
|
to: `assets/${lib}/i18n/`
|
||||||
}
|
}
|
||||||
})
|
}),
|
||||||
])
|
])
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@@ -74,14 +74,6 @@ module.exports = webpackMerge(commonConfig, {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
new CopyWebpackPlugin([
|
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 => {
|
... alfrescoLibs.map(lib => {
|
||||||
return {
|
return {
|
||||||
context: `node_modules/${lib}/bundles/assets/`,
|
context: `node_modules/${lib}/bundles/assets/`,
|
||||||
|
Reference in New Issue
Block a user