You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
always in both build mode and server mode
What is the expected behavior?
The esbuild should build the files then copy the built files to a new path
What do you see instead?
The files (that were meant to be built) got copied to a new path before esbuild can start working on it. In the end, the origin files were copied to the public and the built files are still created in the old relative path under public root.
Additional information
This is a bug because the sass plugin doesn't have this behaviour.
The text was updated successfully, but these errors were encountered:
Version
2.2.1
Platform
linux / ubuntu / tuxedo os 3
What steps will reproduce the bug?
frontend/
frontend/_data.ts
with content like thismain.ts
with simple content such asconsole.log('hello-world')
deno task serve
How often does it reproduce? Is there a required condition?
always in both build mode and server mode
What is the expected behavior?
The esbuild should build the files then copy the built files to a new path
What do you see instead?
The files (that were meant to be built) got copied to a new path before esbuild can start working on it. In the end, the origin files were copied to the public and the built files are still created in the old relative path under public root.
Additional information
This is a bug because the sass plugin doesn't have this behaviour.
The text was updated successfully, but these errors were encountered: