Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error message when missing entry file #29012

Closed
wants to merge 2 commits into from

Commits on Jun 10, 2019

  1. Error when entry file is missing

    If the entry file has been renamed (e.g., to `index.ts`), the script currently fails silently and prints out that the bundle file does not exist.
    
    This change will print the correct error message instead.
    petrbela authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    069f41c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Fix indentation

    petrbela authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    2ef676f View commit details
    Browse the repository at this point in the history