$ cnpm install @gr2m/plugin-build-web-issue-84
A @pika/pack build plugin. Adds an ESM distribution to your package optimized for web bundlers and tooling. For a standalone build meant to run directly in the browser, check out plugin-bundle-web.
# npm:
npm install @pika/plugin-build-web --save-dev
# yarn:
yarn add @pika/plugin-build-web --dev
{
"name": "example-package-json",
"version": "1.0.0",
"@pika/pack": {
"pipeline": [["@pika/plugin-standard-pkg"], ["@pika/plugin-build-web"]]
}
}
For more information about @pika/pack & help getting started, check out the main project repo.
"sourcemap"
(Default: "true"
): Adds a source map for this build.dist-web/index.js
Targets Modern (ES2019) syntax optimized for bundlers & web tooling.package.json
manifest.Packages that use this plugin will work on the Pika CDN. To support running directly from UNPKG, check out plugin-bundle-web.
Copyright 2014 - 2017 © taobao.org |