0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -05:00
penpot/frontend/text-editor/scripts/build.sh

4 lines
158 B
Bash
Raw Normal View History

#!/usr/bin/env bash
esbuild --bundle --minify --sourcemap --target=es2021 --format=esm --platform=browser editor/TextEditor.js --outfile=dist/TextEditor.mjs