UNPKG

@keybittech/awayto

Version:

Deploy a fully-featured application in about 10 minutes that is primed for quick development. Do business, impress a client with a quick demo, finish your poc with time to spare; all easily achievable with Awayto.

23 lines 378 B
{ "plugins": [ "@babel/plugin-transform-typescript", "import-glob" ], "presets": [ "@babel/preset-typescript" ], "env": { "production": { "presets": [ [ "minify", { "builtIns": false, "evaluate": false, "mangle": false } ] ] } } }