ion icon indicating copy to clipboard operation
ion copied to clipboard

NextJS `install` not making dependencies external

Open brandon93s opened this issue 1 year ago • 0 comments

I'm attempting to use the install option of NextJs (docs).

new sst.aws.Nextjs("MyNext", {
   server: {
     install: ["@sparticuz/chromium" /* nothing here works */],
   },
})

Notes:

  • I've tried misc. dependencies, but can't get any to spit out in node_modules of the resulting zip
  • The dependencies are listed in package.json

brandon93s avatar Oct 03 '24 17:10 brandon93s