This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from bugsnag/directory-mode
Add --directory mode
- Loading branch information
Showing
50 changed files
with
3,675 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Example: Babel | ||
|
||
This example contains a Node project which is transformed with Babel. The `upload-source-maps` command in `package.json` uses the `bugsnag-sourcemaps`' `--directory` mode to upload all of the generated source maps. | ||
|
||
Be sure to replace the API key in `package.json` and `src/services/bugsnag.js` before you begin. | ||
|
||
## Usage: | ||
|
||
``` | ||
npm install | ||
npm run build | ||
npm run upload-source-maps | ||
npm start | ||
``` |
Oops, something went wrong.