walkerburgin

Results 13 issues of walkerburgin

### Expected Behavior The docs should clarify whether a `ConfigurableFileTree` is appropriate to use an an input to a cacheable task. ### Current Behavior The docs warn that a `FileTree`...

a:feature
in:configuration-model

* Operating System: OSX * Node Version: 8.11.3 * NPM Version: [email protected] * webpack Version: 4.9.2 * webpack-hot-client Version: 4.1.1 ### Expected Behavior Webpack hot client should be able to...

I'm attempting to configure `swc` to use a custom plugin via the command line as part of a larger build process. Essentially I'm trying to replicate this `.swcrc`: ```json {...

### Describe the feature I'm working on migrating a large codebase from Terser to SWC for minification. We have a mix of scripts and modules in our output. Most of...

enhancement

## Summary Are you open to lockfile explorer supporting repositories that use PNPM but not Rush? ## Repro steps * Clone a project that uses PNPM, but not Rush *...

### Describe the bug We're upgrading to a new version of `rollup` (by way of `vite`) and started seeing a bunch of errors that look like this: ``` (!) src/index.js...

C-bug

These packages include imports for `framework-utils` and `@daybrush/utils`, but are published without the corresponding NPM dependencies in `package.json`.

The TypeScript typings in `types/index.d.ts` import explicitly from `fastify` without this package taking a dependency on `fastify`. If consumers are using a strict package manager like PNPM or Yarn (Berry),...

### Describe the bug Applying the `@vitejs/plugin-legacy` plugin causes runtime failures in web workers that reference `import.meta.env` ``` ReferenceError: Can't find variable: __VITE_IS_LEGACY__ ``` It looks like the legacy env...

plugin: legacy
p3-minor-bug
feat: web workers

### What happened? Bumping `aspect-cli` to [`2024.45.21`](https://github.com/aspect-build/aspect-cli/releases/tag/2024.45.21) and running `bazel configure` locally resulted in diffs that looked like this: ```diff go_library( # ... deps = [ - "@com_github_fatih_color//:go_default_library", - "@com_github_spf13_cobra//:go_default_library",...

bug
untriaged