UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

13 lines (11 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getI18nFileUrlPathTemplate = getI18nFileUrlPathTemplate; function getI18nFileUrlPathTemplate(compilation, chunk, filenameTemplate, localeTemplate) { const urlpath = compilation.getPath(filenameTemplate, { chunk }); return urlpath.replace('[locale]', localeTemplate); }