A Babel preset for Metal.js projects that automatically registers components and transpiles ES2015 for IE9+ compatibility. Version 4.1.0 is the latest stable release, with maintenance updates as needed. Key differentiators: minimal configuration for Metal.js, includes all necessary transforms for the framework's component system. Alternatives like standard babel-preset-env require manual plugin setup.
npm install babel-preset-metalVerified import paths — ran on the pinned version, not inferred.
Shows basic Babel configuration to transpile Metal.js components using the preset.
Use @babel/preset-metal for Babel 7 or upgrade to Metal.js version that uses Babel 7.
Use @babel/preset-metal instead: npm install --save-dev @babel/preset-metal
Avoid combining with other ES2015 presets; use babel-preset-env with 'useBuiltIns' or choose one preset.
For advanced bundling, manually configure the metal plugin with explicit registration.
Install with npm install --save-dev babel-preset-metal and ensure .babelrc is in project root.
Upgrade to @babel/preset-metal or use Babel 6. Or configure with the standalone Babel package.
No dependency data recorded yet.