react-scripts-inversify
TypeScript icon, indicating that this package has built-in type declarations

3.4.1 • Public • Published

react-scripts-inversify

This is a fork of react-scripts. This fork changes the tsconfig.json and webpack.config.js to retain metadata that can be used at runtime (for dependency injection for example).

To use these scripts, add --scripts-version react-scripts-inversify when creating a new app.

For example:

npx create-react-app my-app --scripts-version react-scripts-inversify

alternatively

npx create-react-app-inversify my-app

Changes:

tsconfig.json

  • experimentalDecorators: true
  • emitDecoratorMetadata: true

webpack.config.js

  • uses ts-loader rather than babel to compile typescript. Decorator metadata no longer removed.

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

/react-scripts-inversify/

    Package Sidebar

    Install

    npm i react-scripts-inversify

    Weekly Downloads

    1

    Version

    3.4.1

    License

    MIT

    Unpacked Size

    129 kB

    Total Files

    25

    Last publish

    Collaborators

    • roaders