1.1.0 • Published 3 years ago

@k88/cra-webpack-hot-dev-client v1.1.0

Weekly downloads
965
License
ISC
Repository
github
Last release
3 years ago

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 */
    ],
};