Commit 904ecfe2 by xuzhenzhao

chore(custom): vite.config.ts

parent a460a2b4
......@@ -4,7 +4,7 @@ const payment = new Payment()
const MOCK_GOODS = {
totalAmount: 100,
orderId:
orderId: 1
}
Utils.setCookie('uid', '130959612')
......
......@@ -17,7 +17,7 @@
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.cjs"
}
},
"dependencies": {
......
{
"entryPoints": ["src"],
"entryPoints": ["./src"],
"exclude": ["__test__/**/*.ts"],
"entryPointStrategy": "Expand",
"out": "typedoc",
"plugin": ["typedoc-theme-hierarchy"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment