From 50e65d292c2425dc24aa37c593e401b2114469e6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 23 Mar 2017 19:00:04 +0900 Subject: Refactoring --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index 1300d2c9ee..9e390f4607 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -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` } }; -- cgit v1.2.3-freya