All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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