mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: pre publish
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@certd/plugin-cert",
|
||||
"private": false,
|
||||
"version": "1.0.2",
|
||||
"main": "./src/index.ts",
|
||||
"main": "./dist/bundle.js",
|
||||
"module": "./dist/plugin-cert.mjs",
|
||||
"types": "./dist/es/plugin-cert.d.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -11,7 +11,9 @@ export default defineConfig({
|
||||
},
|
||||
rollupOptions: {
|
||||
plugins: [
|
||||
// @ts-ignore
|
||||
visualizer(),
|
||||
// @ts-ignore
|
||||
typescript({
|
||||
target: "esnext",
|
||||
rootDir: "src",
|
||||
|
||||
Reference in New Issue
Block a user