A Babel preset tailored for building Vue.js source code with Rollup. It is based on babel-preset-es2015-rollup but excludes the ES6 symbol typeof transform to avoid issues with Rollup's tree-shaking. Version 1.1.0 is the current stable release. This preset is deprecated and should not be used for new projects; use @babel/preset-env instead.
npm install babel-preset-es2015-rollup-vueVerified import paths — ran on the pinned version, not inferred.
Shows how to use this preset in a Babel config and with Rollup for building Vue.js source.
Replace with @babel/preset-env and configure targets.
Use a general-purpose preset like @babel/preset-env for most projects.
Check the base preset for updates or switch to @babel/preset-env.
Ensure you are using a compatible version of Babel (e.g., Babel 6). This preset is for Babel 6.
Run 'npm install babel-preset-es2015-rollup-vue' or remove it from .babelrc.