@k88/cra-webpack-hot-dev-client
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@k88/cra-webpack-hot-dev-client

Taken from react-dev-utils, but is published as a standalone plugin and has Typescript definition.

Installation

Install using

npm install @k88/cra-webpack-hot-dev-client

Usage

Add the path to webpack entry:

module.exports = {
    /* webpack configuration */
    entry: [
        isDev && require.resolve('@k88/cra-webpack-hot-dev-client'),
        /* Other entry paths */
    ],
};

Dependencies (4)

Dev Dependencies (6)

Package Sidebar

Install

npm i @k88/cra-webpack-hot-dev-client

Weekly Downloads

4,480

Version

1.1.0

License

ISC

Unpacked Size

17.2 kB

Total Files

6

Last publish

Collaborators

  • ktalebian