Skip to content

Commit

Permalink
chore: bump versions; remove js banner on bundler;
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed Oct 28, 2024
1 parent 26cb9f5 commit 10f8ef7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"node": ">=18"
},
"dependencies": {
"@fleek-platform/functions-esbuild-config": "0.0.11",
"@fleek-platform/next-on-fleek": "1.14.8",
"@fleek-platform/functions-esbuild-config": "0.0.13",
"@fleek-platform/next-on-fleek": "1.15.0",
"ansi-escapes": "^7.0.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/commands/deploy/next-on-fleek/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export async function bundle(opts: { projectPath: string }) {
minifySyntax: false,
minifyWhitespace: false,
plugins: [wasmPlugin, replacePlugin],
banner: {},
alias: {
url: 'node:url',
buffer: 'node:buffer',
Expand Down

0 comments on commit 10f8ef7

Please sign in to comment.