Skip to content

Commit

Permalink
add dist to gi
Browse files Browse the repository at this point in the history
  • Loading branch information
Achthar committed Aug 13, 2024
1 parent 93ca342 commit 8889db8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build output
dist
# dist

# Logs
logs
Expand Down
8 changes: 8 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

'use strict'

if (process.env.NODE_ENV === 'production') {
module.exports = require('./redux-multicall-viem.cjs.production.min.js')
} else {
module.exports = require('./redux-multicall-viem.cjs.development.js')
}

0 comments on commit 8889db8

Please sign in to comment.