chore: pre publish

This commit is contained in:
xiaojunnuo
2023-05-25 10:08:40 +08:00
parent 152cb9b23a
commit c553f63127
15 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@certd/plugin-huawei",
"private": false,
"version": "1.0.2",
"main": "./src/index.ts",
"main": "./dist/bundle.js",
"module": "./dist/plugin-huawei.mjs",
"types": "./dist/es/plugin-huawei.d.ts",
"publishConfig": {
@@ -11,7 +11,9 @@ export default defineConfig({
},
rollupOptions: {
plugins: [
// @ts-ignore
visualizer(),
// @ts-ignore
typescript({
target: "esnext",
rootDir: "src",