Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
feat: 增加hook unstable_onEntries, 允许修改entry的路径
Browse files Browse the repository at this point in the history
  • Loading branch information
sydeEvans committed Dec 6, 2021
1 parent 14d4b95 commit 6dc51d7
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 104 deletions.
10 changes: 5 additions & 5 deletions packages/babel-plugin-remax-host-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-host-component",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -28,13 +28,13 @@
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",
"@remax/macro": "2.15.8",
"@remax/shared": "2.15.8"
"@remax/macro": "2.15.8-alpha.8+14d4b95d",
"@remax/shared": "2.15.8-alpha.8+14d4b95d"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@remax/build-store": "2.15.8"
"@remax/build-store": "2.15.8-alpha.8+14d4b95d"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
8 changes: 4 additions & 4 deletions packages/babel-plugin-remax-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-lifecycle",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/types": "^7.11.0",
"@remax/shared": "2.15.8"
"@remax/shared": "2.15.8-alpha.8+14d4b95d"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@remax/build-store": "2.15.8"
"@remax/build-store": "2.15.8-alpha.8+14d4b95d"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-remax-regenerator-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-regenerator-runtime",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -34,5 +34,5 @@
"@types/jest": "^26.0.8",
"babel-plugin-tester": "^9.2.0"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-remax-turbo-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remax-turbo-render",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@remax/build-store": "2.15.8",
"@remax/build-store": "2.15.8-alpha.8+14d4b95d",
"@types/jest": "^26.0.8",
"babel-plugin-tester": "^9.2.0"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
4 changes: 2 additions & 2 deletions packages/babel-preset-remax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-remax",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "remax babel preset",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,5 +42,5 @@
"peerDependencies": {
"@babel/core": ">=7.0.0"
},
"gitHead": "421a0c2b5a64c6f3210f2f056bf61406d6736f28"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
5 changes: 3 additions & 2 deletions packages/postcss-remax-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/postcss-tag",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"main": "index.js",
"repository": "git@github.com:remaxjs/remax.git",
"author": "Caihuanyu <eterlf41@gmail.com>",
Expand All @@ -10,5 +10,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
9 changes: 5 additions & 4 deletions packages/remax-ali/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/ali",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "Remax for Ali",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -16,17 +16,18 @@
"repository": "git+https://github.com/remaxjs/remax.git",
"license": "MIT",
"dependencies": {
"@remax/shared": "2.15.8",
"@remax/shared": "2.15.8-alpha.8+14d4b95d",
"mini-types": "^0.1.1"
},
"devDependencies": {
"@remax/types": "2.15.8",
"@remax/types": "2.15.8-alpha.8+14d4b95d",
"@types/react": "^16.9.33",
"@types/react-test-renderer": "^16.9.1",
"react": "^16.12.0",
"react-test-renderer": "^16.12.0"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
8 changes: 4 additions & 4 deletions packages/remax-build-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/build-store",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand All @@ -24,13 +24,13 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/shared": "2.15.8"
"@remax/shared": "2.15.8-alpha.8+14d4b95d"
},
"devDependencies": {
"@remax/types": "2.15.8"
"@remax/types": "2.15.8-alpha.8+14d4b95d"
},
"publishConfig": {
"access": "public"
},
"gitHead": "df52bc6f39ef4b222b7da44c4e3c5744e4196a43"
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
37 changes: 19 additions & 18 deletions packages/remax-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/cli",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"keywords": [
Expand Down Expand Up @@ -32,21 +32,21 @@
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.0",
"@babel/types": "^7.7.4",
"@remax/build-store": "2.15.8",
"@remax/macro": "2.15.8",
"@remax/plugin-devtools": "2.15.8",
"@remax/plugin-error-screen": "2.15.8",
"@remax/build-store": "2.15.8-alpha.8+14d4b95d",
"@remax/macro": "2.15.8-alpha.8+14d4b95d",
"@remax/plugin-devtools": "2.15.8-alpha.8+14d4b95d",
"@remax/plugin-error-screen": "2.15.8-alpha.8+14d4b95d",
"@remax/postcss-px2units": "^0.2.0",
"@remax/postcss-tag": "2.15.8",
"@remax/shared": "2.15.8",
"@remax/postcss-tag": "2.15.8-alpha.8+14d4b95d",
"@remax/shared": "2.15.8-alpha.8+14d4b95d",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-remax-host-component": "2.15.8",
"babel-plugin-remax-lifecycle": "2.15.8",
"babel-plugin-remax-regenerator-runtime": "2.15.8",
"babel-plugin-remax-turbo-render": "2.15.8",
"babel-preset-remax": "2.15.8",
"babel-plugin-remax-host-component": "2.15.8-alpha.8+14d4b95d",
"babel-plugin-remax-lifecycle": "2.15.8-alpha.8+14d4b95d",
"babel-plugin-remax-regenerator-runtime": "2.15.8-alpha.8+14d4b95d",
"babel-plugin-remax-turbo-render": "2.15.8-alpha.8+14d4b95d",
"babel-preset-remax": "2.15.8-alpha.8+14d4b95d",
"chokidar": "^3.4.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down Expand Up @@ -82,11 +82,11 @@
},
"devDependencies": {
"@babel/traverse": "^7.7.4",
"@remax/ali": "2.15.8",
"@remax/one": "2.15.8",
"@remax/toutiao": "2.15.8",
"@remax/types": "2.15.8",
"@remax/wechat": "2.15.8",
"@remax/ali": "2.15.8-alpha.8+14d4b95d",
"@remax/one": "2.15.8-alpha.8+14d4b95d",
"@remax/toutiao": "2.15.8-alpha.8+14d4b95d",
"@remax/types": "2.15.8-alpha.8+14d4b95d",
"@remax/wechat": "2.15.8-alpha.8+14d4b95d",
"@types/babel__traverse": "^7.0.8",
"@types/detect-port": "^1.3.0",
"@types/ejs": "^3.0.0",
Expand Down Expand Up @@ -123,5 +123,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
7 changes: 4 additions & 3 deletions packages/remax-component-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/component-scripts",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "Remax 是一个全新的基于 React 的小程序开发框架",
"main": "./lib/index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/cli": "2.15.8",
"@remax/cli": "2.15.8-alpha.8+14d4b95d",
"@remax/father-build": "^1.19.8",
"@types/lodash": "^4.14.171",
"less": "^4.1.1",
Expand All @@ -45,5 +45,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
7 changes: 4 additions & 3 deletions packages/remax-framework-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/framework-shared",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
Expand All @@ -24,12 +24,13 @@
"react-is": "^17.0.2"
},
"devDependencies": {
"@remax/types": "2.15.8",
"@remax/types": "2.15.8-alpha.8+14d4b95d",
"@types/react": "^16.9.33",
"@types/react-is": "^16.7.1",
"react-test-renderer": "^16.9.0"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
11 changes: 6 additions & 5 deletions packages/remax-macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/macro",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@remax/build-store": "2.15.8",
"@remax/types": "2.15.8",
"@remax/build-store": "2.15.8-alpha.8+14d4b95d",
"@remax/types": "2.15.8-alpha.8+14d4b95d",
"@types/babel-plugin-macros": "^2.6.0",
"@types/lodash": "^4.14.149",
"@types/node": "^14.0.1",
Expand All @@ -34,9 +34,10 @@
"react": "^16.12.0"
},
"dependencies": {
"@remax/shared": "2.15.8"
"@remax/shared": "2.15.8-alpha.8+14d4b95d"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
19 changes: 10 additions & 9 deletions packages/remax-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/one",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "Remax 小程序多端方案",
"main": "./cjs/index.js",
"esnext": "./esm/index.js",
Expand All @@ -20,7 +20,7 @@
"@types/react": "^16.9.33"
},
"devDependencies": {
"@remax/types": "2.15.8",
"@remax/types": "2.15.8-alpha.8+14d4b95d",
"@types/react": "^16.9.33",
"@types/react-dom": "^17.0.5",
"@types/react-test-renderer": "^16.9.1",
Expand All @@ -29,17 +29,18 @@
"react-test-renderer": "^16.12.0"
},
"dependencies": {
"@remax/ali": "2.15.8",
"@remax/framework-shared": "2.15.8",
"@remax/runtime": "2.15.8",
"@remax/toutiao": "2.15.8",
"@remax/web": "2.15.8",
"@remax/wechat": "2.15.8",
"@remax/ali": "2.15.8-alpha.8+14d4b95d",
"@remax/framework-shared": "2.15.8-alpha.8+14d4b95d",
"@remax/runtime": "2.15.8-alpha.8+14d4b95d",
"@remax/toutiao": "2.15.8-alpha.8+14d4b95d",
"@remax/web": "2.15.8-alpha.8+14d4b95d",
"@remax/wechat": "2.15.8-alpha.8+14d4b95d",
"clsx": "^1.1.0",
"memoize-one": "^5.1.1",
"react-autosize-textarea": "^7.0.0"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
7 changes: 4 additions & 3 deletions packages/remax-plugin-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remax/plugin-devtools",
"version": "2.15.8",
"version": "2.15.8-alpha.8+14d4b95d",
"description": "Inject React Devtools to Remax",
"keywords": [
"react"
Expand Down Expand Up @@ -30,7 +30,8 @@
},
"dependencies": {
"@remax/react-devtools-core": "^4.7.1",
"@remax/shared": "2.15.8",
"@remax/shared": "2.15.8-alpha.8+14d4b95d",
"webpack-inject-plugin": "^1.5.4"
}
},
"gitHead": "14d4b95d916a55e4ecbe5fbda933bbc57018d7df"
}
Loading

0 comments on commit 6dc51d7

Please sign in to comment.