UNPKG

cumulocity-hello-plugin-modular

Version:

A boilerplate to start writing Cumulocity UI plugin with a taste of modular structure

20 lines (19 loc) 299 B
{ "presets": [ [ "@babel/preset-env", { "targets": { "browsers": [ "last 2 versions" ] }, "useBuiltIns": "entry", "debug": false } ] ], "plugins": [ "@babel/plugin-proposal-object-rest-spread" ] }