We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80b108 commit 5cfb90cCopy full SHA for 5cfb90c
README.md
@@ -58,6 +58,16 @@ So the file will be copied to `dist/wasm-files/example.wasm`.
58
59
See [options.ts](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/src/options.ts).
60
61
+### Debug
62
+
63
+You can enable detailed logging by setting the `DEBUG` environment variable:
64
65
+```bash
66
+DEBUG=vite:plugin-static-copy npm run dev
67
+```
68
69
+When debug logging is enabled, the plugin will output which file is served from each URL.
70
71
## Differences with `rollup-plugin-copy`
72
73
- Faster dev server start-up than using `rollup-plugin-copy` on `buildStart` hook.
0 commit comments