Babel preset for compiling StartupJS applications across server, web, and native platforms. Current stable version: 0.61.3. Low release cadence (minor updates irregularly). Integrates nicessary Babel plugins for CSS-in-JS (cssxjs) and platform-specific transpilation. Differentiator: single preset for all StartupJS targets vs manually configuring Babel for each environment.
npm install babel-preset-startupjsVerified import paths — ran on the pinned version, not inferred.
Basic setup for StartupJS Babel compilation. Requires manual installation of peer dependency cssxjs.
Run: npm install cssxjs
Use require() in your Babel config file (.babelrc or babel.config.js).
Use full package name in presets array.
Run: npm install cssxjs
Upgrade Babel core and CLI to version 7.