Skip to content

Commit

Permalink
Use rollup for building and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Sep 9, 2024
1 parent d7b74a3 commit c9842d8
Show file tree
Hide file tree
Showing 10 changed files with 495 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ module.exports = {
project: ['tsconfig.json'],
},

ignorePatterns: ["cjs", "esm"],
ignorePatterns: ["dist"],
};
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,3 @@ dist

# use npm
yarn.lock

cjs
esm
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.github
src
.editorconfig
.eslintrc.js
.gitignore
jest.config.js
rollup.config.js
tsconfig.json
Loading

0 comments on commit c9842d8

Please sign in to comment.