We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc78ec commit f8bfd09Copy full SHA for f8bfd09
src/farm/context.ts
@@ -12,7 +12,7 @@ export function createFarmContext(
12
parse,
13
14
addWatchFile(id: string) {
15
- context.addWatchFile(currentResolveId || id, id)
+ context.addWatchFile(id, currentResolveId || id)
16
},
17
emitFile(emittedFile) {
18
const outFileName = emittedFile.fileName || emittedFile.name
0 commit comments