mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
refactor: for test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@certd/plugin-hauwei",
|
||||
"name": "@certd/plugin-huawei",
|
||||
"private": true,
|
||||
"version": "0.3.0",
|
||||
"main": "./src/index.ts",
|
||||
@@ -16,15 +16,13 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alicloud/cs20151215": "^3.0.3",
|
||||
"@alicloud/openapi-client": "^0.4.0",
|
||||
"@alicloud/pop-core": "^1.7.10",
|
||||
"@certd/acme-client": "^0.3.0",
|
||||
"@certd/acme-client": "workspace:^0.3.0",
|
||||
"dayjs": "^1.11.6",
|
||||
"lodash": "^4.17.21",
|
||||
"node-forge": "^0.10.0",
|
||||
"@certd/pipeline": "^0.3.0",
|
||||
"@certd/plugin-util": "^0.3.0"
|
||||
"@certd/pipeline": "workspace:^0.3.0",
|
||||
"@certd/plugin-util": "workspace:^0.3.0",
|
||||
"@certd/plugin-cert": "workspace:^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"log4js": "^6.7.1",
|
||||
|
||||
@@ -8,13 +8,13 @@ export default defineConfig({
|
||||
name: "pipeline",
|
||||
},
|
||||
rollupOptions: {
|
||||
external: ["vue", "lodash-es", "dayjs", "@fast-crud/fast-crud"],
|
||||
external: ["vue", "lodash", "dayjs", "@fast-crud/fast-crud"],
|
||||
output: {
|
||||
// Provide global variables to use in the UMD build
|
||||
// for externalized deps
|
||||
globals: {
|
||||
vue: "Vue",
|
||||
"lodash-es": "_",
|
||||
"lodash": "_",
|
||||
dayjs: "dayjs",
|
||||
"@fast-crud/fast-crud": "FastCrud",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user