Files
tp-rich-text-box/.gowebbuild.yaml
2025-07-06 19:03:59 +02:00

25 lines
429 B
YAML

- esbuild:
entryPoints:
- demo/src/the-app.js
outdir: demo/dist
sourcemap: 1
format: 3
splitting: true
platform: 0
bundle: true
write: true
logLevel: 3
purgeBeforeBuild: false
watch:
paths:
- .
exclude:
- demo/
injectLiveReload: demo/index.html
serve:
path: "demo"
port: 8080
# link:
# from: ../../web/tp-elements
# to: ./frontend