build-create-react-app-netlify

1.3.0 • Public • Published

build-create-react-app-netlify

A utility to help make Netlify build variables available to create-react-app builds, without ejecting.

More information and context around this tool can be found here: https://medium.com/@nasonosan/free-robust-and-collaborative-create-react-app-deployments-on-netlify-59a3f5feda9e

To use:

yarn add build-create-react-app-netlify

Add a new script to your package.json:

{
  ...,
  "scripts": {
    "build-netlify": "build-create-react-app-netlify"
  }
}

And then configure your Netlify project to run yarn build-netlify instead of yarn build.

Readme

Keywords

none

Package Sidebar

Install

npm i build-create-react-app-netlify

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

2.52 kB

Total Files

3

Last publish

Collaborators

  • nason