This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cra-path-fixer

1.0.2 • Public • Published

cra-path-fixer

A small package made exactly for one function: correcting file paths in build/index.html after creating a production build using a create-react-app.

Install:

npm install --save cra-path-fixer

For use change:

"scripts": {
    ...
    "build": "react-scripts build",
    ...
}

On the:

"scripts": {
    ...
    "build": "react-scripts build && node node_modules/cra-path-fixer/",
    ...
}

in the file package.json in your create-react-app project.

The next build will automatically fix the path.

Package Sidebar

Install

npm i cra-path-fixer

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.81 kB

Total Files

3

Last publish

Collaborators

  • kopchikovich