Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scaffolds/app-js/build.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
}<%_ } %><%_ if (mpa && targets.includes('kraken') ) { -%> ,
"kraken": {
"mpa": true
}<%_ } %>
}<%_ } %>,
"compileDependencies": [],
}
2 changes: 1 addition & 1 deletion scaffolds/app-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rax-materials/scaffolds-app-js",
"author": "rax",
"description": "Rax 无线跨端应用工程,使用 JavaScript。",
"version": "0.4.3",
"version": "0.4.4",
"scripts": {
"start": "rax-app start",
"build": "rax-app build",
Expand Down
1 change: 1 addition & 0 deletions scaffolds/app-midway-faas/build.json.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"targets": ["web"],
"compileDependencies": [],
"plugins": ["build-plugin-midway-faas"]
}
2 changes: 1 addition & 1 deletion scaffolds/app-midway-faas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rax-materials/scaffolds-app-midway-faas",
"author": "rax",
"description": "结合 Midway FaaS 的 Rax 无线跨端应用工程",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"deploy": "f deploy",
"start": "rax-app start",
Expand Down
1 change: 1 addition & 0 deletions scaffolds/app-midway-ssr/build.json.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"targets": ["web"],
"compileDependencies": [],
"web": {
"ssr": true
},
Expand Down
2 changes: 1 addition & 1 deletion scaffolds/app-midway-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rax-materials/scaffolds-app-midway-ssr",
"author": "rax",
"description": "结合 Midway FaaS 的 Rax SSR 应用工程",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"deploy": "f deploy",
"start": "rax-app start",
Expand Down
3 changes: 2 additions & 1 deletion scaffolds/app-ts/build.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
}<%_ } %><%_ if (mpa && targets.includes('kraken') ) { -%> ,
"kraken": {
"mpa": true
}<%_ } %>
}<%_ } %>,
"compileDependencies": [],
}
2 changes: 1 addition & 1 deletion scaffolds/app-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rax-materials/scaffolds-app-ts",
"author": "rax",
"description": "Rax 无线跨端应用工程,使用 TypeScript。",
"version": "0.4.3",
"version": "0.4.4",
"scripts": {
"start": "rax-app start",
"build": "rax-app build",
Expand Down