0.9.2 • Published 5 years ago
@pika/plugin-build-node v0.9.2
@pika/plugin-build-node
A @pika/pack build plugin. Adds a Node.js distribution to your package, built & optimized to run on Node.js. If no other distribution is included with your package, many other tools & bundlers can understand this format as well.
Install
# npm:
npm install @pika/plugin-build-node --save-dev
# yarn:
yarn add @pika/plugin-build-node --dev
Usage
{
"name": "example-package-json",
"version": "1.0.0",
"@pika/pack": {
"pipeline": [
["@pika/plugin-standard-pkg"],
["@pika/plugin-build-node", {}]
]
}
}
For more information about @pika/pack & help getting started, check out the main project repo.
Options
"sourcemap"
(Default:"true"
): Adds a source map for this build."minNodeVersion"
(Default:"8"
): This plugin will build your package for the current minimum Node.js LTS major version. This option allows you to target later versions of Node.js only."entrypoint"
(Default:"main"
): Customize the package.json manifest entrypoint set by this plugin. Accepts either a string, an array of strings, ornull
to disable entrypoint. Changing this is not recommended for most usage.
Result
- Adds a Node.js distribution to your built package:
dist-node/index.js
- Common.js (CJS) Module Syntax
- Transpiled to run on Node.js LTS (Currently, supports Node.js version v6+)
- Adds a "main" entrypoint to your built
package.json
manifest.
0.9.2
5 years ago
0.9.0
5 years ago
0.8.3
5 years ago
0.9.1
5 years ago
0.8.2
5 years ago
0.8.1
6 years ago
0.8.0
6 years ago
0.7.1
6 years ago
0.7.0
6 years ago
0.6.1
6 years ago
0.6.0
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.4.0
6 years ago
0.3.16
6 years ago
0.3.15
6 years ago
0.3.14
6 years ago
0.3.13
6 years ago
0.3.12
6 years ago
0.3.11
6 years ago
0.3.10
6 years ago
0.3.9
6 years ago
0.3.8
6 years ago
0.3.7
6 years ago
0.3.5
6 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago