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
2024-11-19 17:05:30 +01:00

3 lines
158 B
Bash
Executable file

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