Skip to content

Commit

Permalink
standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 28, 2022
1 parent 8022893 commit eed1991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function buildJs (src, dest, siteData, opts) {
}

const buildOpts = {
entryPoints: entryPoints,
entryPoints,
logLevel: 'silent',
bundle: true,
write: true,
Expand Down

0 comments on commit eed1991

Please sign in to comment.