1.0.0 • Published 5 years ago

@tiaanduplessis/react-app-rewire-preload-plugin v1.0.0

Weekly downloads
21
License
MIT
Repository
-
Last release
5 years ago

@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

1.0.0

5 years ago