Skip to content

Commit

Permalink
create-primate: add esbuild dep
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Feb 12, 2024
1 parent e494d6f commit bc300a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-primate/src/templates/web-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default async root => {
configs.push({
dependencies: {
"@primate/build": dependencies["@primate/build"],
esbuild: dependencies.esbuild,
},
imports: {
"{ esbuild }": "@primate/build",
Expand Down

0 comments on commit bc300a4

Please sign in to comment.