MM-51963 Fix how Webpack embeds i18n files in JS bundle (#22860)

Этот коммит содержится в:
Harrison Healey
2023-04-06 09:59:12 -04:00
коммит произвёл GitHub
родитель de28df0b45
Коммит 532070fa6d

Просмотреть файл

@@ -80,7 +80,7 @@ var config = {
type: 'javascript/auto', type: 'javascript/auto',
test: /\.json$/, test: /\.json$/,
include: [ include: [
path.resolve(__dirname, 'i18n'), path.resolve(__dirname, 'src/i18n'),
], ],
exclude: [/en\.json$/], exclude: [/en\.json$/],
use: [ use: [