Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 3, 2024
1 parent a49302d commit a76528d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ const plugins = (es5) => [
}),
]

// const entrypoints = fs.readdirSync('./src/entrypoints')

const entrypoints = ['array.ts']
const entrypoints = fs.readdirSync('./src/entrypoints')

const entrypointTargets = entrypoints.map((file) => {
const fileParts = file.split('.')
Expand Down

0 comments on commit a76528d

Please sign in to comment.