Skip to content

Commit

Permalink
Increase file size limits for localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed Dec 4, 2024
1 parent 7d2f856 commit d80c402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {glob} from '@shopify/cli-kit/node/fs'
import {AbortError, BugError} from '@shopify/cli-kit/node/error'
import fs from 'fs'

const L10N_FILE_SIZE_LIMIT = 16 * 1024
const L10N_FILE_SIZE_LIMIT = 20 * 1024
const L10N_BUNDLE_SIZE_LIMIT = 256 * 1024

export async function loadLocalesConfig(extensionPath: string, extensionIdentifier: string) {
Expand Down

0 comments on commit d80c402

Please sign in to comment.