Skip to content

Commit

Permalink
fix: Prod cjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Aug 10, 2021
1 parent 4182769 commit 2e8d2c0
Show file tree
Hide file tree
Showing 14 changed files with 4,293 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand All @@ -106,4 +105,8 @@ dist
package/
*.tgz

*.map
*.map

dist/*.ts
dist/**/*.ts
!dist/*.map
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ test
node_modules
package

*.cjs.development.js
*.tgz
*.map
*.ts
Expand Down
Loading

0 comments on commit 2e8d2c0

Please sign in to comment.