mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
3 lines
158 B
Bash
Executable file
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
|