diff --git a/package.json b/package.json index feaaf15..7ee3457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-live-preview", - "version": "0.1.3", + "version": "0.1.4", "description": "Vite preview watch mode.", "license": "ISC", "repository": { diff --git a/src/index.ts b/src/index.ts index e24de3c..74a0ea3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export * from './plugin.js'; +export { default } from './plugin.js';