mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
なんかもうめっちゃ変えた
This commit is contained in:
@ -8,7 +8,7 @@ import plugins from './plugins';
|
||||
import langs from '../locales';
|
||||
import version from '../src/version';
|
||||
|
||||
module.exports = Object.entries(langs).map(([lang, locale]) => {
|
||||
module.exports = Object.keys(langs).map(lang => {
|
||||
// Chunk name
|
||||
const name = lang;
|
||||
|
||||
@ -32,7 +32,7 @@ module.exports = Object.entries(langs).map(([lang, locale]) => {
|
||||
return {
|
||||
name,
|
||||
entry,
|
||||
module: module_(lang, locale),
|
||||
module: module_(lang),
|
||||
plugins: plugins(version, lang),
|
||||
output,
|
||||
resolve: {
|
||||
|
Reference in New Issue
Block a user