File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ npm install
1010
1111## Get started
1212
13- Start the dev server, and the app will be available at [ http://localhost:8080 ] ( http://localhost:8080 ) .
13+ Start the dev server, and the app will be available at < http://localhost:8080 > .
1414
1515``` bash
1616npm run dev
@@ -32,5 +32,5 @@ npm run preview
3232
3333To learn more about Rspack, check out the following resources:
3434
35- - [ Rspack documentation] ( https://rspack.dev ) - explore Rspack features and APIs.
35+ - [ Rspack documentation] ( https://rspack.rs ) - explore Rspack features and APIs.
3636- [ Rspack GitHub repository] ( https://github.com/web-infra-dev/rspack ) - your feedback and contributions are welcome!
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default defineConfig({
5757 template : "./index.html"
5858 } ) ,
5959 isDev ? new ReactRefreshRspackPlugin ( ) : null
60- ] . filter ( Boolean ) ,
60+ ] ,
6161 optimization : {
6262 minimizer : [
6363 new rspack . SwcJsMinimizerRspackPlugin ( ) ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default defineConfig({
5151 template : "./index.html"
5252 } ) ,
5353 isDev ? new ReactRefreshRspackPlugin ( ) : null
54- ] . filter ( Boolean ) ,
54+ ] ,
5555 optimization : {
5656 minimizer : [
5757 new rspack . SwcJsMinimizerRspackPlugin ( ) ,
You can’t perform that action at this time.
0 commit comments