UNPKG

216 BJavaScriptView Raw
1const md5 = require('md5');
2
3/**
4 * SPA 项目语言包脚本的 _Webpack_ 入口 ID
5 * @param {string} localeId
6 * @returns {string}
7 */
8module.exports = localeId => md5(`koot-spa-locale-file-${localeId}`);