Skip to content

Commit 4b65b6a

Browse files
committed
let's try rspack for testing
1 parent e0720e4 commit 4b65b6a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/deploy-web.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818

1919
- uses: actions/checkout@v4
2020

21-
- name: Cache ~/.npm for npm ci
22-
uses: actions/cache@v4
23-
with:
24-
path: ~/.npm
25-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
26-
restore-keys: ${{ runner.os }}-node
21+
# - name: Cache ~/.npm for npm ci
22+
# uses: actions/cache@v4
23+
# with:
24+
# path: ~/.npm
25+
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
26+
# restore-keys: ${{ runner.os }}-node
2727

2828
- uses: AmyrAhmady/[email protected]
2929

frontend/docusaurus.config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ const config: Config = {
2424
organizationName: "openmultiplayer", // Usually your GitHub org/user name.
2525
projectName: "web", // Usually your repo name.
2626

27-
// future: {
28-
// experimental_faster: {
29-
// swcJsLoader: true,
30-
// swcJsMinimizer: true,
31-
// swcHtmlMinimizer: true,
32-
// lightningCssMinimizer: true,
33-
// rspackBundler: true,
34-
// mdxCrossCompilerCache: true,
35-
// },
36-
// },
27+
future: {
28+
experimental_faster: {
29+
swcJsLoader: true,
30+
swcJsMinimizer: true,
31+
swcHtmlMinimizer: true,
32+
lightningCssMinimizer: true,
33+
rspackBundler: true,
34+
mdxCrossCompilerCache: true,
35+
},
36+
},
3737

3838
onBrokenLinks: "ignore",
3939
onBrokenMarkdownLinks: "ignore",

0 commit comments

Comments
 (0)