mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 00:16:51 +00:00
Fix core locales not being included
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = (env, argv) => ({
|
||||
output: {
|
||||
groupBy: [ 'de', 'en', 'fr', 'it', 'ja', 'pt', 'ru', 'zh-cn' ].map(code => (
|
||||
{
|
||||
pattern: `{./src/locales/${code}.json,./node_modules/minecraft-schemas/src/locales/${code}.json}`,
|
||||
pattern: `{./src/locales/${code}.json,./node_modules/@mcschema/core/locales/${code}.json}`,
|
||||
fileName: `./locales/${code}.json`
|
||||
}
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user