项目作者: tiaanduplessis

项目描述 :
Add preload-webpack-plugin your react-app-rewired configuration
高级语言: JavaScript
项目地址: git://github.com/tiaanduplessis/react-app-rewire-preload-plugin.git
创建时间: 2019-08-25T09:07:10Z
项目社区:https://github.com/tiaanduplessis/react-app-rewire-preload-plugin

开源协议:MIT License

下载


@tiaanduplessis/react-app-rewire-preload-plugin

@tiaanduplessis/react-app-rewire-preload-plugin"">package version
@tiaanduplessis/react-app-rewire-preload-plugin"">package downloads
standard-readme compliant
@tiaanduplessis/react-app-rewire-preload-plugin"">package license
make a pull request

Add preload-webpack-plugin to your react-app-rewired configuration

Table of Contents

Usage

  1. const rewirePreloadPlugin = require('@tiaanduplessis/react-app-rewire-preload-plugin')
  2. module.exports = function override(config, env) {
  3. config = rewirePreloadPlugin(config, env)
  4. return config
  5. }

Install

This project uses node and npm.

  1. $ npm install @tiaanduplessis/react-app-rewire-preload-plugin
  2. $ # OR
  3. $ yarn add @tiaanduplessis/react-app-rewire-preload-plugin

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT