Sean Larkin
Sean Larkin
After approving #16756, I realized we do not have coverage (that I could find) for this or other moduleFilenameHelper scenarios. Documentation usages: https://webpack.js.org/configuration/output/#outputdevtoolmodulefilenametemplate Let's add a set of cases to...
Given the following code: ```javascript import('lodash-es').then(({uniq}) => uniq) ``` When webpack bundles this code, it should only include the module tree for `uniq` and tree-shake the rest of the exports...
1. Fork or clone: https://github.com/TheLarkInn/performance-compare 2. Add `experments.futureDefaults` & `experiments.lazyCompilation` to both babel and swc webpack configurations 3. Run the individual start command `npm run start:webpack` 4. Open the dev...
We can reuse it from https://github.com/webpack/webpack/blob/main/lib/RuntimeGlobals.js#L11 _Originally posted by @alexander-akait in https://github.com/webpack/webpack/pull/16896#discussion_r1154736826_
Experiments
- [ ] Build HTTP (Modules?) - [ ] `importMap` in HTML Support - [ ] Allow to specify a resolver function to resolve (bare) imports in HTTP Module (@sokra...
## Summary ### 🤖 Generated by Copilot at ed3139a This pull request improves the integration test workflow by using the `--shard` option to run tests in parallel and removes unused...
This PR introduces a `heft-napi-rs-plugin` in addition to a `rust/hello-world` directory managed by rush and the aforementioned plugin. In addition .gitignore has been updated to filter `/target` folder which Rust...
**Feature to document** **Author(s)** @TheLarkInn @alexander-akait We need to reference the code for this. **Additional information** - [x] I am willing to work on this issue and submit a pull...
Looking at: https://github.com/chenqingspring/react-lottie/blob/56f72845de2ed652f763b92978a06201d3333dd8/src/index.js#L2 `prop-types` is explicitly used inside of the production code of this package, however it is only declared as a devDependency. This needs to be declared as a...