GithubHelp home page GithubHelp logo

sylvanasgone / react-app-rewire-hot-loader-for-customize-cra Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 26 KB

A tiny wrapper of react-app-rewire-hot-loader

JavaScript 100.00%
react react-app-rewired customize-cra

react-app-rewire-hot-loader-for-customize-cra's Introduction

react-app-rewire-hot-loader-for-customize-cra

This project is a tiny wrapper of react-app-rewire-hot-loader, which aims to format it as a plugin of customize-cra.

基于 react-app-rewire-hot-loader 封装,可以直接用于 customize-cra 的插件

Installation

yarn add -D 
react-app-rewire-hot-loader-for-customize-cra

# If you don't already, you also need:
yarn add -D react-app-rewired
yarn add -D react-hot-loader
yarn add -D customize-cra

Usage

  1. In the config-overrides.js of the root of your project you created for react-app-rewired add this code:
const rewireReactHotLoader = require('react-app-rewire-hot-loader-for-customize-cra')
const { override } = require('customize-cra')

/* config-overrides.js */
module.exports = override(
  // ...other rewires
  rewireReactHotLoader()
)
  1. Follow the rest guides: https://github.com/cdharris/react-app-rewire-hot-loader/blob/master/README.md#usage

LICENSE

MIT

react-app-rewire-hot-loader-for-customize-cra's People

Contributors

dependabot[bot] avatar sylvanasgone avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.