28 lines
406 B
JSON
28 lines
406 B
JSON
{
|
|
"Watch": {
|
|
"Path": "./src"
|
|
},
|
|
"Serve": {
|
|
"Path": "./dist"
|
|
},
|
|
"Copy": [
|
|
{
|
|
"Src": "./index.html",
|
|
"Dest": "./dist"
|
|
}
|
|
],
|
|
"ESBuild": {
|
|
"EntryPoints": [
|
|
"./src/demo.js"
|
|
],
|
|
"Outdir": "./dist",
|
|
"Sourcemap": 1,
|
|
"Format": 3,
|
|
"Splitting": true,
|
|
"Platform": 0,
|
|
"Bundle": true,
|
|
"Write": true,
|
|
"LogLevel": 3
|
|
}
|
|
}
|