fix translation wrong folder creation issue

This commit is contained in:
Eugenio Romano
2017-06-08 16:07:48 +01:00
parent 8cfdc6f561
commit 4585f2681f
2 changed files with 1 additions and 9 deletions

View File

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