0.0.11 • Published 4 years ago

@fpg-modules/fpg-ui-build v0.0.11

Weekly downloads
11
License
ISC
Repository
github
Last release
4 years ago

fpg-ui-build-scripts

A npm module which has all the webpack, hbs, deployment scripts which can be used by the application as one of the dependencies in package.json .

Plugins, loaders, babel and postCss configs are defined in this scripts.

Npm Registry :

https://registry.npmjs.org/

Npm is under group :

@fpg-modules/fpg-ui-build

Steps to publish :

  1. Change the version in package.json for the new changes.
  2. Login to the above npm registry.
  3. run : npm publish.
  4. Verify the new version in the above registry

Steps to add dependency in the application

  1. Add @fpg-modules/fpg-ui-build in package.json, with the latest version.
  2. Since this is outside flipkart artifactory, create an entry in .npmrc

    @fpg-modules:registry=https://registry.npmjs.org/

  3. npm/yarn install