Refactoring
This commit is contained in:
parent
d850b157f4
commit
50e65d292c
4 changed files with 11 additions and 24 deletions
|
@ -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`
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue