-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treeshake and skipNodeModulesBundle (#402)
* treeshake and skipNodeModulesBundle * add to CHANGELOG * tsup clean is not clean enough * notes for future self * Apply suggestions from code review Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com> * remove watch because we arent a app --------- Co-authored-by: mix irving <mix@protozoa.nz> Co-authored-by: Nayyir Jutha <nayyir.jutha@gmail.com>
- Loading branch information
1 parent
ead8b92
commit 5747da9
Showing
4 changed files
with
9 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
// this is here to make the exports less "messy" | ||
// and also if you dont know about package.json you can | ||
// still import or require see test tests/require.test.cjs | ||
// next time you look at the build system | ||
// ask your self is node done with require? | ||
module.exports = require('./dist/index.cjs') |
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