Good point to make a commit
This commit is contained in:
24
.gowebbuild.yaml
Normal file
24
.gowebbuild.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
- 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
|
Reference in New Issue
Block a user