@proactive-as/pnp.vendor

1.3.7 • Public • Published

Build Status npm version NPM downloads

PnP Vendor

  • Contains reusable PnP vendor bundle. Built using TypeScript, WebPack and verification tests using Jest
  • Contains Three Files:
    • pnp.vendor.js
    • pnp-vendor-manifest.json

Usage

  • run:
npm install --save-dev @proactive-as/pnp.vendor
  • Modify your project's WebPack Configuration file and include following section:
plugins: [
        new webpack.DllReferencePlugin({
            context: ".",
            manifest: require('@proactive-as/pnp.vendor/pnp-vendor-manifest.json')
        })
]

Readme

Keywords

Package Sidebar

Install

npm i @proactive-as/pnp.vendor

Weekly Downloads

0

Version

1.3.7

License

Apache-2.0

Unpacked Size

301 kB

Total Files

4

Last publish

Collaborators

  • nordtorp
  • talha0113