META-INF.dirigible.template-react.project.json.template Maven / Gradle / Ivy
{
"guid": "{{projectName}}",
"actions": [
{
"name": "Build",
"commands": [
{
"os": "unix",
"command": "esbuild index.tsx --bundle --outfile=dist/index.js --loader:.js=jsx --format=esm"
},
{
"os": "windows",
"command": "cmd /c esbuild index.tsx --bundle --outfile=dist\\index.js --loader:.js=jsx --format=esm"
}
],
"publish": "true"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy