UNPKG

babel-standalone

Version:

Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser

6 lines (5 loc) 197 B
/** * A shim that replaces Babel's require('package.json') statement. * Babel requires the entire package.json file just to get the version number. */ export const version = BABEL_VERSION;