mirror of
https://github.com/penpot/penpot.git
synced 2025-05-03 17:55:53 +02: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
|