diff --git a/package.json b/package.json index 84145cc..6759441 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "scripts": { "dev": "vite", - "build": "unbuild", + "build": "unbuild --sourcemap", "preview": "vite preview", "test": "pnpm test:browser --run ; pnpm test:node --run", "test:browser": "vitest --config ./vitest-browser.config.ts --dir test",