UNPKG

rollup-plugin-corejs

Version:

⚡ include core-js polyfills when bundling with rollup

8 lines (7 loc) 212 B
/** * SPDX-FileCopyrightText: 2023 Ferdinand Thiessen <rpm@fthiessen.de> * * SPDX-License-Identifier: EUPL-1.2 */ export { corejsPlugin } from "./plugin"; export type { CoreJSPluginOptions } from "./plugin";