babel-preset-startupjs

Babel preset for compiling StartupJS app on server, web, native

Usage no npm install needed!

<script type="module">
  import babelPresetStartupjs from 'https://cdn.skypack.dev/babel-preset-startupjs';
</script>

README

babel-preset-startupjs

Babel preset for compiling StartupJS app on server, web, native

Usage in StartupJS projects

StartupJS projects include this configuration by default. You don't need to install it separately in StartupJS projects.

Usage outside of StartupJS

If you want to use this preset in a custom project, just plug it in .babelrc:

{
  presets: ['startupjs']
}

Licence

MIT

(c) Decision Mapper - http://decisionmapper.com