@amittksharma/react-ts-sourcemaps

1.0.6 • Public • Published

react-ts-sourcemaps

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

Name Type Required Description Default
actionType string yes Action that needs to be initiated. actionType takes either 'start' or 'build'. Default value is 'start' start
craVersion string optional It 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

Package Sidebar

Install

npm i @amittksharma/react-ts-sourcemaps

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

13.3 kB

Total Files

12

Last publish

Collaborators

  • amittksharma