feat: Native add legacy mode

This commit is contained in:
pengfei.zhou
2022-07-15 15:59:06 +08:00
committed by osborn
parent 64a370c701
commit 7a126531af
21 changed files with 15180 additions and 15119 deletions

View File

@@ -30,14 +30,15 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@types/ws": "^7.2.6",
"core-js": "^3.9.1",
"proxy-polyfill": "^0.3.2",
"reflect-metadata": "^0.1.13",
"rollup": "^2.40.0",
"dts-bundle": "^0.7.3",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0"
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/core-js": "^2.5.5",
"@types/ws": "^7.2.6",
"core-js": "^3.9.1",
"dts-bundle": "^0.7.3",
"proxy-polyfill": "^0.3.2",
"reflect-metadata": "^0.1.13",
"rollup": "^2.40.0"
}
}