Jelajahi Sumber

fix: demo add rsbuild file

dragooncjw 10 bulan lalu
induk
melakukan
fa53c400aa

+ 1 - 1
apps/demo-fixed-layout-simple/package.json

@@ -11,7 +11,7 @@
     ".gitignore",
     "index.html",
     "package.json",
-    "rspack.config.js",
+    "rsbuild.config.ts",
     "tsconfig.json"
   ],
   "scripts": {

+ 1 - 1
apps/demo-fixed-layout/package.json

@@ -11,7 +11,7 @@
     ".gitignore",
     "index.html",
     "package.json",
-    "rspack.config.js",
+    "rsbuild.config.ts",
     "tsconfig.json"
   ],
   "scripts": {

+ 1 - 1
apps/demo-free-layout-simple/package.json

@@ -11,7 +11,7 @@
     ".gitignore",
     "index.html",
     "package.json",
-    "rspack.config.js",
+    "rsbuild.config.ts",
     "tsconfig.json"
   ],
   "scripts": {

+ 1 - 1
apps/demo-free-layout/package.json

@@ -11,7 +11,7 @@
     ".gitignore",
     "index.html",
     "package.json",
-    "rspack.config.js",
+    "rsbuild.config.ts",
     "tsconfig.json"
   ],
   "scripts": {

+ 1 - 1
apps/demo-node-form/package.json

@@ -11,7 +11,7 @@
     ".gitignore",
     "index.html",
     "package.json",
-    "rspack.config.js",
+    "rsbuild.config.ts",
     "tsconfig.json"
   ],
   "scripts": {

+ 2 - 1
cspell.json

@@ -9,7 +9,8 @@
     "douyinfe",
     "Sandpack",
     "codesandbox",
-    "rspack"
+    "rspack",
+    "rsbuild"
   ],
   "ignoreWords": [],
   "import": []