Skip to content

Commit

Permalink
Change cjs entry point target (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Oct 2, 2023
1 parent ccc586d commit b0c0795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev-tools/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build_module_esm() {
fi

echo "Bundling ${ENTRY}"
esbuild $ENTRY --bundle --packages=external --format=cjs --target=es2015 --outfile=dist/${P}.cjs
esbuild $ENTRY --bundle --packages=external --format=cjs --target=node16 --outfile=dist/${P}.cjs
); done
}

Expand Down

0 comments on commit b0c0795

Please sign in to comment.