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