[ADF-721] Fix translation reference for dev task (#1923)

* move translation files in the bundles folder

* fix after review
ripristinate tslint and remove override tsconfig
This commit is contained in:
Eugenio Romano
2017-06-02 09:17:08 +01:00
parent faf80375a7
commit 1fba805ab8

View File

@@ -74,6 +74,14 @@ 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/`,