Skip to content

Commit

Permalink
Merge pull request #367 from 0xs34n/feature/build-to-esm-cjs-and-umd
Browse files Browse the repository at this point in the history
Use tsup to build for ESM, CJS and IIFE
  • Loading branch information
penovicp authored Nov 21, 2022
2 parents 66943fd + dfe876a commit 572536d
Show file tree
Hide file tree
Showing 10 changed files with 1,267 additions and 757 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"jest": true
},
"extends": ["airbnb-base", "airbnb-typescript/base", "prettier", "plugin:prettier/recommended"],
"ignorePatterns": ["tsup.config.ts"],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand Down
Loading

0 comments on commit 572536d

Please sign in to comment.