{"library":"babel-preset-es2015-rollup","type":"library","category":null,"description":"This package is a Babel preset specifically designed for use with Rollup, building upon `babel-preset-es2015`. Its primary function was to modify the standard ES2015 preset by disabling the transformation of ES module syntax to CommonJS (as Rollup handles ES modules natively) and enabling the `babel-plugin-external-helpers` to prevent helper code duplication. The latest version is 3.0.0, published nearly a decade ago. It is no longer actively maintained, and its base `babel-preset-es2015` has been deprecated since Babel v6 in favor of `@babel/preset-env`. Developers should migrate to modern Babel setups using `@babel/preset-env` with `@rollup/plugin-babel` for contemporary build workflows.","language":"javascript","status":"abandoned","version":"3.0.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-preset-es2015-rollup","imports":["{ \"presets\": [\"es2015-rollup\"] }","import babel from 'rollup-plugin-babel';\n// ... in plugins array\nbabel({ presets: ['es2015-rollup'] })"]},{"cmd":"yarn add babel-preset-es2015-rollup","imports":[]},{"cmd":"pnpm add babel-preset-es2015-rollup","imports":[]}],"homepage":null,"github":"https://github.com/rollup/babel-preset-es2015-rollup","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-preset-es2015-rollup","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/babel-preset-es2015-rollup/compatibility"}}