https://github.com/rspack-contrib/rspack-plugin-ci
This repo is used to run legacy plugin test cases
https://github.com/rspack-contrib/rspack-plugin-ci
rspack rspack-plugin
Last synced: about 1 month ago
JSON representation
This repo is used to run legacy plugin test cases
- Host: GitHub
- URL: https://github.com/rspack-contrib/rspack-plugin-ci
- Owner: rspack-contrib
- License: mit
- Created: 2025-02-24T12:03:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T06:16:11.000Z (2 months ago)
- Last Synced: 2025-05-08T00:18:38.380Z (about 1 month ago)
- Topics: rspack, rspack-plugin
- Language: JavaScript
- Homepage:
- Size: 673 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**
> This package is heavily based on
>
> - [mini-css-extract-plugin/test](https://github.com/webpack-contrib/mini-css-extract-plugin/tree/master/test)
> - [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin/tree/master/test)
> - [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin/tree/main/spec)
> - [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity)## Credits
Thanks to:
- The [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) project created by [@sokra](https://github.com/sokra)
- The [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) project created by [@kevlened](https://github.com/kevlened)
- The [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) project created by [@jantimon](https://github.com/jantimon)
- The [webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity) project created by [@jscheid](https://github.com/jscheid)