denon
denon copied to clipboard
Reloading without changes on build command
Describe the bug A clear and concise description of what the bug is. Denon reloading when run build command
To Reproduce make a .ts file and run denon bunde file.ts file.js
Expected behavior A clear and concise description of what you expected to happen.
Configuration or Project Here is denon config. The first command runs as intended, but the second command reloads infinitely without making file changes { "$schema": "https://deno.land/x/[email protected]/schema.json", "scripts": { "start": { "cmd": "deno run src/index.ts", "desc": "run my index.ts file" }, "build": { "cmd": "deno bundle src/index.ts static/js/index.js" } } }
Setup
- OS: (windows)
- Deno version: 1.8.3 (release, x86_64-pc-windows-msvc)
- Denon version: v2.4.7