/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/statsCases/split-chunks-dedup/node_modules/row/index.js
6 строк
193 B
Mikhail Shipov
fix: add extra merge duplicates call after split chunks
10 сен 2024, 13:58
10 сен 2024, 13:58
1b217a6
Код
Авторство
О чём код?
const { cell } = require('cell') const { tmpl } = require('templater') module.exports.row = function(cells) { return tmpl(`<tr>CELLS</tr>`, { CELLS: cells.map(c => cell(c)).join('\n') }) }