-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix package exports and simplify build (#695)
* Add attw tool. * Fix build and exports. * Restoring module entry for webpack case. * Disabling sourcemaps for test utils (like it was before). * ci: fix build and add publint (#1) --------- Co-authored-by: Daniel Schmidt <3764345+thebuilder@users.noreply.github.com>
- Loading branch information
1 parent
054adf4
commit c9cef8f
Showing
4 changed files
with
280 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ reports | |
example | ||
lib/ | ||
dist/ | ||
test-utils/ | ||
coverage/ | ||
nuget | ||
npm-debug.log* | ||
|
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
Oops, something went wrong.