mirror of
https://github.com/penpot/penpot.git
synced 2026-03-17 16:06:24 +00: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
|