Browse Source
It's not correct to forcefully include the file specified in "main" at upload-time. Consider an `npm run build` script that ends up creating the file that "main" specifies. It would not exist until inside the deployment, after the build script is ran for that deployment. Fixes https://github.com/zeit/now-cli/issues/281.master
Nathan Rajlich
8 years ago
committed by
Guillermo Rauch
1 changed files with 1 additions and 6 deletions
Loading…
Reference in new issue