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

1.0.0 • Public • Published

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

package version package downloads standard-readme compliant package license make a pull request

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

Table of Contents

Usage

const rewirePreloadPlugin = require('@tiaanduplessis/react-app-rewire-preload-plugin')

module.exports = function override(config, env) {

  config = rewirePreloadPlugin(config, env)

  return config
}

Install

This project uses node and npm.

$ npm install @tiaanduplessis/react-app-rewire-preload-plugin
$ # OR
$ 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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.82 kB

Total Files

5

Last publish

Collaborators

  • tiaanduplessis