wrap a vue component as a web component.
This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it wi
Captures and cleans stack traces
Get v8 stack traces as an array of CallSite objects.
Extract meaning from JS Errors
Compile ES2015 classes to ES5
Compile ES2015 default and rest parameters to ES5
Pako fork with bundler-friendly packaging
Compile ES2015 object super to ES5
Babel plugin that adds React import declaration if file contains JSX tags.
Compile ES2015 destructuring to ES5
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 classes to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 arrow functions to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 Unicode regex to ES5
Compile ES2015 Unicode escapes to ES5
A Babel plugin that strips import and export statements from modules.
Generate artificial backtrace by walking arguments.callee.caller chain