25 lines
429 B
YAML
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
|