3.4.1-20200514 • Published 4 years ago

timeflies-react-scripts v3.4.1-20200514

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

timeflies-react-scripts

This project is forked for timeflies

Diffs from the source repo:

  • Webpack config: do not inject JSON files in the bundle, they are loaded by the file-loader in static/media/. By importing them we get a path, like for images.
  • Typescript config: resolveJSONModule set to false, to get string as JSON import type. Also tsconfig.json is not written anymore on start, even if the config do not respect wanted values. Still have console logs.
  • Build do not fail on CI if there is warnings

This package includes scripts and configuration used by Create React App. Please refer to its documentation: