cardinalblue / cbjs

Utilities and common functions and classes for TypeScript, React, RxJS projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup (see GitHub project wiki page)

Known issues:

  • There is an issue because the dependency on color.js which uses ES2021 syntax you may get an error like "You may need an additional loader to handle the result of these loaders" on the line that writes a number like "0.039_245". To fix see: facebook/create-react-app#9468 and change the bottom of package.json the "browserslist" to
  "browserslist": [
    ">0.2%",
    "not dead",
    "not op_mini all"
  ]

Also have to delete /node_modules/.cache

About

Utilities and common functions and classes for TypeScript, React, RxJS projects


Languages

Language:TypeScript 95.1%Language:JavaScript 4.9%