-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# Ng Rspack | ||
# @ng/rspack:build | ||
|
||
A set of Rspack Plugins and Loaders to build Angular applications lightning fast! | ||
<div style="text-align: center;"> | ||
|
||
[![GitHub Actions](https://github.com/Coly010/ng-rspack-build/actions/workflows/ci.yml/badge.svg)](https://github.com/Coly010/ng-rspack-build/actions/workflows/ci.yml) | ||
![License](https://img.shields.io/badge/License-MIT-blue)] | ||
[![npm version](https://badge.fury.io/js/@ng-rspack%2Fbuild.svg)](https://badge.fury.io/js/@ng-rspack%2Fbuild) | ||
|
||
</div> | ||
|
||
<hr> | ||
|
||
# Build Angular with Rspack | ||
|
||
The goal of `@ng-rspack/build` is to make easy and straightforward to build Angular applications with [rspack](https://rspack.dev). | ||
|
||
### Current Status: POC | ||
|
||
Currently, this is still being viewed as a proof-of-concept. | ||
|
||
There needs to be a lot more comprehensive testing before this is viable for real applications. |