Skip to content

Use "react-ts-sourcemaps" as startup module for any react app based on CRA and CRA 2. This package rewires sourcemaps and provide basic GIT information such as Version, Branch information.

License

amittkSharma/react-ts-sourcemaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ts-sourcemaps

Commitizen friendly

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

About

Use "react-ts-sourcemaps" as startup module for any react app based on CRA and CRA 2. This package rewires sourcemaps and provide basic GIT information such as Version, Branch information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published