https://github.com/aspect-build/rules_webpack
Bazel rules for webpack bundler https://webpack.js.org/
https://github.com/aspect-build/rules_webpack
bazel bazel-rules webpack
Last synced: 11 months ago
JSON representation
Bazel rules for webpack bundler https://webpack.js.org/
- Host: GitHub
- URL: https://github.com/aspect-build/rules_webpack
- Owner: aspect-build
- License: apache-2.0
- Created: 2021-09-21T01:08:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T20:00:33.000Z (about 1 year ago)
- Last Synced: 2025-07-06T11:30:15.206Z (12 months ago)
- Topics: bazel, bazel-rules, webpack
- Language: Starlark
- Homepage:
- Size: 782 KB
- Stars: 32
- Watchers: 5
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel rules for webpack
Note this repository is in early development and may still have breaking changes going forward.
Ask in #javascript in slack.bazel.build if you'd like to contribute.
_Need help?_ This ruleset has support provided by https://aspect.build/services.
## API documentation
- [webpack](https://github.com/aspect-build/rules_webpack/blob/main/docs/rules.md#webpack_bundle)
- [webpack-devserver](https://github.com/aspect-build/rules_webpack/blob/main/docs/rules.md#webpack_devserver)
## Installation
From the release you wish to use:
copy the WORKSPACE snippet into your `WORKSPACE` file.