rules_webpack
rules_webpack copied to clipboard
Bazel rules for webpack bundler https://webpack.js.org/
### What is the current behavior? Packages like `react-scripts` cannot find the correct `package.json` because it sits in a folder a level or many up from the root dir. ###...
### What happened? If symlinks are disabled in ``` { "resolve": { "symlinks" false } } ``` then `webpack_bundle` can't possibly resolve 3p dependencies. We could add a bazel 6...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
--- ### Type of change - New feature or functionality (change which adds functionality) **For changes visible to end-users** - Breaking change (this change will force users to change their...
https://github.com/aspect-build/rules_webpack/blob/5e010a029d915b87167ea249eb88ffc22a43bca5/webpack/private/webpack.config.js.tmpl#L1 This line doesn't consider that the user may provide an ESM based config, which means this will error when running webpack from a project with `type: "module"` in `package.json`....
### What happened? If your webpack config contains `entry: {}` being set, the rule will not override even if you pass `entry_point`. You need to pass args `--entry-reset` and then...
It is much simpler and faster to bump all dependencies to the latest then it is to determine what is the minimal set for Bazel 7 support. Same as https://github.com/aspect-build/rules_esbuild/pull/174.
It is much simpler and faster to bump all dependencies to the latest then it is to determine what is the minimal set for Bazel 7 support. Same as https://github.com/aspect-build/rules_esbuild/pull/174.
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...