Refactoring

This commit is contained in:
syuilo 2017-03-23 19:00:04 +09:00
parent d850b157f4
commit 50e65d292c
4 changed files with 11 additions and 24 deletions

View file

@ -85,7 +85,7 @@ module.exports = (Object as any).entries(languages).map(([lang, locale]) => {
],
output: {
path: __dirname + '/built/web/assets',
filename: `[name]/script.${version}.${lang}.js`
filename: `[name].${version}.${lang}.js`
}
};