diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 12:17:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-06 12:17:38 +0900 |
| commit | 029b92935c6119a01759c0e687eb0d9cef2dcf68 (patch) | |
| tree | f654b5dd6832e8ebd2f90e66aab6a957ffa99d06 /webpack.config.ts | |
| parent | wip (diff) | |
| download | misskey-029b92935c6119a01759c0e687eb0d9cef2dcf68.tar.gz misskey-029b92935c6119a01759c0e687eb0d9cef2dcf68.tar.bz2 misskey-029b92935c6119a01759c0e687eb0d9cef2dcf68.zip | |
wip
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 3c426ebb49..1e49043764 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -19,7 +19,7 @@ const constants = require('./src/const.json'); import config from './src/config'; import { licenseHtml } from './src/build/license'; -import locales from './locales'; +const locales = require('./locales'); const meta = require('./package.json'); const version = meta.clientVersion; const codename = meta.codename; |