Blixt

Results 42 comments of Blixt

To add to "prior art", here's a list from the Mise VSCode extension which injects that `${workspaceFolder}` reference to link local tools within the Workspace, so presumably all of these...

One more data point for this is that with the following config for filenames: ```js { assetFileNames: "asset/[hash:2]/[hash:21].[ext]", chunkFileNames: "chunk/[hash:2]/[hash:21].js", entryFileNames: "entry/[hash:2]/[hash:21].js", } ``` I see something like this: ```...