This repository was archived by the owner on Sep 14, 2020. It is now read-only.
Commit ffb162a
fix(babel): Add nativeserializer to packaging step (#227)
When src/NativeSerializer.js was added it wasn't compiled by the npm prepublish script, which only
mentioned src/Bugsnag.js explicitly. This commit ensures anything inside src/ (except the tests)
gets compiled into lib/.
For additional clarity, the argument names for the babel command are now
expanded.
Fixes #226.1 parent 032f031 commit ffb162a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments