diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-23 19:00:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-23 19:00:04 +0900 |
| commit | 50e65d292c2425dc24aa37c593e401b2114469e6 (patch) | |
| tree | d30e3848b49cd23b3c3c4c4fc9550e91bac14b25 /webpack.config.ts | |
| parent | wip #313 (diff) | |
| download | misskey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.gz misskey-50e65d292c2425dc24aa37c593e401b2114469e6.tar.bz2 misskey-50e65d292c2425dc24aa37c593e401b2114469e6.zip | |
Refactoring
Diffstat (limited to 'webpack.config.ts')
| -rw-r--r-- | webpack.config.ts | 2 |
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` } }; |