mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
4 lines
158 B
Bash
Executable File
4 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
|