mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix webpack translate dev config
This commit is contained in:
@@ -25,9 +25,9 @@ module.exports = webpackMerge(commonConfig, {
|
|||||||
to: 'pdf.worker.js'
|
to: 'pdf.worker.js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
context: 'custom-translation',
|
context: 'resources/i18n',
|
||||||
from: '**/*.json',
|
from: '**/*.json',
|
||||||
to: 'i18n/custom-translation'
|
to: 'resources/i18n'
|
||||||
},
|
},
|
||||||
// Copy i18n folders for all modules with ng2-alfresco- prefix
|
// Copy i18n folders for all modules with ng2-alfresco- prefix
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user