Glen Mailer

Results 79 issues of Glen Mailer

### Is your feature request related to a problem? Please describe. Currently the client-preset docs' [reducing bundle size](https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size) advice offers three approaches: - use the babel plugin - use the...

Hello 👋 We're currently using relative-ci to track our bundle stats over time, but I've noticed that the modules that are externalised via the `DllReferencePlugin` are not included (which makes...

feature

After a chat with @gaearon today, we came up with a nicer way to handle invalid bundles. When using the NoErrors plugin with hot middleware, we don't reload on broken...

enhancement
accepted

Hello! We current have a setup where we run a copy of our stack in a VM for dev purposes, where a number of our apps communicate via SNS and/or...

Enhancement

Would work roughly the same as update, only it would allow you to delete entities from steps.

## Requested Update Detect and warn about use of the `\p` Regexp escape sequence in unsupported environments https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape ## Why Is This Update Needed? We recently managed to ship broken...

## Requested Update It would be great if the README could give an overview of what checks are actually being performed - does `es-check` only look at syntax, or does...

Hello! I'm migrating over from SublimeText + SublimeLinter, so far this linting package is great, and this UI is really neat and clean. One of the settings I'm missing from...

enhancement

I was looking at using https://chrisbateman.github.io/webpack-visualizer/ to get some idea of what's in my bundle, but there isn't really a way to pass arbitrary flags to webpack like this. One...

enhancement

A pre-built card for showing a function and examples of calling it. ``` js devboard.examples(fn, [ [1, 2], [4, 5] ]); ```