summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-23 19:00:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-23 19:00:04 +0900
commit50e65d292c2425dc24aa37c593e401b2114469e6 (patch)
treed30e3848b49cd23b3c3c4c4fc9550e91bac14b25 /webpack.config.ts
parentwip #313 (diff)
downloadmisskey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.gz
misskey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.bz2
misskey-50e65d292c2425dc24aa37c593e401b2114469e6.zip
Refactoring
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts2
1 files changed, 1 insertions, 1 deletions
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`
}
};