0.9.2 • Published 4 years ago

@pika/plugin-bundle-types v0.9.2

Weekly downloads
157
License
MIT
Repository
github
Last release
4 years ago

@pika/plugin-bundle-types

A @pika/pack build plugin. Bundle & tree-shake all TypeScript definitions into a single file.

Install

# npm:
npm install @pika/plugin-bundle-types --save-dev
# yarn:
yarn add @pika/plugin-bundle-types --dev

Usage

{
  "name": "example-package-json",
  "version": "1.0.0",
  "@pika/pack": {
    "pipeline": [
      ["@pika/plugin-ts-standard-pkg"],
      ["@pika/plugin-build-node"],
      ["@pika/plugin-bundle-types"]
    ]
  }
}

For more information about @pika/pack & help getting started, check out the main project repo.

Options

  • "tsconfig": The relative path to the tsconfig.json config file to use. Defaults to the top-level project TypeScript config file, if one exists.
  • "entrypoint" (Default: "types"): Customize the package.json manifest entrypoint set by this plugin. Accepts either a string, an array of strings, or null to disable entrypoint. Changing this is not recommended for most usage.

Result

TODO

0.9.2

4 years ago

0.9.1

4 years ago

0.8.3

4 years ago

0.9.0

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago