diff --git a/packages/vite-plugin-csp-guard/package.json b/packages/vite-plugin-csp-guard/package.json index b8f4c07..91a70f6 100644 --- a/packages/vite-plugin-csp-guard/package.json +++ b/packages/vite-plugin-csp-guard/package.json @@ -22,7 +22,9 @@ "main": "dist/index.js", "module": "dist/index.js", "exports": { - "import": "./dist/index.js" + ".": { + "import": "./dist/index.js" + } }, "types": "dist/index.d.ts", "typings": "dist/index.d.ts",