/
githubmirror
/
monaco-editor
Обзор
Документация
Войти
/
githubmirror
/
monaco-editor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build/esm/build.script.ts
7 строк
252 B
Henning Dieterichs
Uses rollup for ESM build and d.ts bundling. (#5048)
13 окт 2025, 19:05
Не верифицирован
13 окт 2025, 19:05
5a7e917
Код
Авторство
О чём код?
import { run } from '../../scripts/lib/index'; export async function buildESM() { const rootPath = __dirname; await run('npx rollup -c rollup.config.mjs', { cwd: rootPath }); await run('npx rollup -c rollup-types.config.mjs', { cwd: rootPath }); }