projectBuildDirPath
In the Create React App setup the, when you run yarn build, a build/ directory is generated. If, in your setup it's an other directory you can use this option:
package.json
By default it's "build"
.
Last updated
In the Create React App setup the, when you run yarn build, a build/ directory is generated. If, in your setup it's an other directory you can use this option:
By default it's "build"
.
Last updated