Eduardo Bouças

Results 70 issues of Eduardo Bouças

Version [0.9.2 of the `ipx` module](https://unpkg.com/browse/[email protected]/dist/) contained an issue where the file specified in the `main` field was not included in the package. When bundling a function that uses this...

type: bug

We have an [end-to-end test for Next.js](https://github.com/netlify/zip-it-and-ship-it/blob/main/.github/workflows/e2e-nextjs.yml) running on every release. We should do the same for other frameworks. @ascorbic do you have any suggestions of where to start?

type: chore
action_item

Netlify Build shows the duration of the functions bundling process, but we have no granular view that allows us to see where that time is spent across the various functions...

type: feature
action_item

**- Summary** The `includedFilesBasePath` config property was introduced in #441, when we added support for the `includedFiles` property. A `basePath` property was then introduced in #474, making `includedFilesBasePath` redundant. This...

type: feature

**- Do you want to request a _feature_ or report a _bug_?** 🐞 **- What is the current behavior?** When a module is flagged as external, the following happens: 1....

type: bug
init/es-func-bundle

- [ ] Use `netlify-plugin-nextjs`'s copy of `netlify-cli` - [ ] Use `fromJSON` utility - [ ] Replace manual symlinks with `npm link` Follow up on https://github.com/netlify/zip-it-and-ship-it/pull/554.

type: chore

Since https://github.com/netlify/zip-it-and-ship-it/pull/474, user-defined files are placed at the root of the generated archive, unless there is a naming conflict with the entry point file. We should add a property to...

type: feature

Apologies if this has been previously discussed or is simply unpractical to implement, but I wish there as a way to pass a sub-tree of DOM elements to a partial...

CDN could easily support [chunked transfer encoding](https://en.wikipedia.org/wiki/Chunked_transfer_encoding) and make it configurable.

type: enhancement
product: CDN