1.0.6 • Published 5 years ago

@amittksharma/react-ts-sourcemaps v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

react-ts-sourcemaps

npm.io npm.io npm.io

Introduction

react-ts-sourcemaps package is a multi-purpose package performing the following tasks:

  • Bootstrapping and building an react app.
  • Attaching the source maps to the react app.
  • Attaching some of the meta information from GIT repository to the "window" variable.

Installation

npm i @amittksharma/react-ts-sourcemaps

Usage

"scripts" : {
  "start": "react-ts-sourcemaps-git --actionType start --craVersion cra",
  "build": "react-ts-sourcemaps-git --actionType build --craVersion cra"
}

API

NameTypeRequiredDescriptionDefault
actionTypestringyesAction that needs to be initiated. actionType takes either 'start' or 'build'. Default value is 'start'start
craVersionstringoptionalIt is the create react app version name used in the application. craVersion takes either 'cra' or 'cra2'. Default value is 'cra'. (cra: Create React App, cra2: Create React App2)cra

GIT Information

This package gives developer liberty to check some of the meta information about the deployed package from "window" variable of the html page. The meta information that is attached is as follows:

  • Branch Name
  • Commit Hash
  • Node Environment Variable
  • Version