2.70.1 • Published 2 years ago

@adaliszk/rollup-esbuild v2.70.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Meta-package and autoconfiguration for Rollup using ESBuild

Provides

  • rollup and rimraf
  • esbuild and rollup-plugin-esbuild

Usage

  • Install: yarn add -D @adaliszk/rollup-esbuild
  • Specify build related fields in your package.json:
    {
      "scripts": {
        "build": "rollup -c"
      },
      "config": {
        "sourceFile": "source/<entrypoint>.ts"
      },
      "main": "dist/<package-name>.cjs",
      "module": "dist/<package-name>.mjs",
      "types": "dist/<package-name>.d.ts",
    }
  • Add a rollup.config.js (or .ts) with the content of:

    import { autoconfig } from '@adaliszk/rollup-esbuild'
    
    export default autoconfig()

Versioning

Since this is a meta-package, the versioning reflect its main provided package, in this case rollup. However, only the Major and Minor versions are kept in sync. The patch section is used to bump the meta-package.

2.70.1

2 years ago

2.62.0

2 years ago

2.61.9

2 years ago

2.61.7

2 years ago

2.61.6

2 years ago

2.61.5

2 years ago

2.61.4

2 years ago

2.61.3

2 years ago

2.61.2

2 years ago

2.61.1

2 years ago

2.61.0

2 years ago