An open API service indexing awesome lists of open source software.

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

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)