| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6c20fdf commit f886f6f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -71,6 +71,7 @@ These GitHub repositories provide supplementary resources for Rush Stack: | |||
| 71 | 71 | | [/heft-plugins/heft-json-schema-typings-plugin](./heft-plugins/heft-json-schema-typings-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-json-schema-typings-plugin) | [changelog](./heft-plugins/heft-json-schema-typings-plugin/CHANGELOG.md) | [@rushstack/heft-json-schema-typings-plugin](https://www.npmjs.com/package/@rushstack/heft-json-schema-typings-plugin) | | |
| 72 | 72 | | [/heft-plugins/heft-lint-plugin](./heft-plugins/heft-lint-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-lint-plugin) | [changelog](./heft-plugins/heft-lint-plugin/CHANGELOG.md) | [@rushstack/heft-lint-plugin](https://www.npmjs.com/package/@rushstack/heft-lint-plugin) | | |
| 73 | 73 | | [/heft-plugins/heft-localization-typings-plugin](./heft-plugins/heft-localization-typings-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-localization-typings-plugin) | [changelog](./heft-plugins/heft-localization-typings-plugin/CHANGELOG.md) | [@rushstack/heft-localization-typings-plugin](https://www.npmjs.com/package/@rushstack/heft-localization-typings-plugin) | | |
| 74 | + | [/heft-plugins/heft-rspack-plugin](./heft-plugins/heft-rspack-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-rspack-plugin) | [changelog](./heft-plugins/heft-rspack-plugin/CHANGELOG.md) | [@rushstack/heft-rspack-plugin](https://www.npmjs.com/package/@rushstack/heft-rspack-plugin) | | ||
| 74 | 75 | | [/heft-plugins/heft-sass-load-themed-styles-plugin](./heft-plugins/heft-sass-load-themed-styles-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-sass-load-themed-styles-plugin) | [changelog](./heft-plugins/heft-sass-load-themed-styles-plugin/CHANGELOG.md) | [@rushstack/heft-sass-load-themed-styles-plugin](https://www.npmjs.com/package/@rushstack/heft-sass-load-themed-styles-plugin) | | |
| 75 | 76 | | [/heft-plugins/heft-sass-plugin](./heft-plugins/heft-sass-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-sass-plugin) | [changelog](./heft-plugins/heft-sass-plugin/CHANGELOG.md) | [@rushstack/heft-sass-plugin](https://www.npmjs.com/package/@rushstack/heft-sass-plugin) | | |
| 76 | 77 | | [/heft-plugins/heft-serverless-stack-plugin](./heft-plugins/heft-serverless-stack-plugin/) | [](https://badge.fury.io/js/%40rushstack%2Fheft-serverless-stack-plugin) | [changelog](./heft-plugins/heft-serverless-stack-plugin/CHANGELOG.md) | [@rushstack/heft-serverless-stack-plugin](https://www.npmjs.com/package/@rushstack/heft-serverless-stack-plugin) | | |
@@ -215,7 +216,6 @@ These GitHub repositories provide supplementary resources for Rush Stack: | |||
| 215 | 216 | | [/build-tests/set-webpack-public-path-plugin-test](./build-tests/set-webpack-public-path-plugin-test/) | Building this project tests the set-webpack-public-path-plugin | | |
| 216 | 217 | | [/build-tests/webpack-local-version-test](./build-tests/webpack-local-version-test/) | Building this project tests the rig loading for the local version of webpack | | |
| 217 | 218 | | [/eslint/local-eslint-config](./eslint/local-eslint-config/) | An ESLint configuration consumed projects inside the rushstack repo. | | |
| 218 | - | [/heft-plugins/heft-rspack-plugin](./heft-plugins/heft-rspack-plugin/) | Heft plugin for Rspack | | ||
| 219 | 219 | | [/libraries/rush-themed-ui](./libraries/rush-themed-ui/) | Rush Component Library: a set of themed components for rush projects | | |
| 220 | 220 | | [/libraries/rushell](./libraries/rushell/) | Execute shell commands using a consistent syntax on every platform | | |
| 221 | 221 | | [/repo-scripts/doc-plugin-rush-stack](./repo-scripts/doc-plugin-rush-stack/) | API Documenter plugin used with the rushstack.io website | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 1 | + { | ||
| 2 | + "changes": [ | ||
| 3 | + { | ||
| 4 | + "packageName": "@rushstack/heft-rspack-plugin", | ||
| 5 | + "comment": "Initial package release.", | ||
| 6 | + "type": "minor" | ||
| 7 | + } | ||
| 8 | + ], | ||
| 9 | + "packageName": "@rushstack/heft-rspack-plugin" | ||
| 10 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1093,9 +1093,8 @@ | |||
| 1093 | 1093 | { | |
| 1094 | 1094 | "packageName": "@rushstack/heft-rspack-plugin", | |
| 1095 | 1095 | "projectFolder": "heft-plugins/heft-rspack-plugin", | |
| 1096 | - "reviewCategory": "libraries" | ||
| 1097 | - // Not ready to publish yet | ||
| 1098 | - // "shouldPublish": true | ||
| 1096 | + "reviewCategory": "libraries", | ||
| 1097 | + "shouldPublish": true | ||
| 1099 | 1098 | }, | |
| 1100 | 1099 | { | |
| 1101 | 1100 | "packageName": "@rushstack/heft-sass-plugin", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments