hugo/resources/resource_transformers
Bjørn Erik Pedersen b54de1bd9b resources/js: Fix some import discrepancies between Hugo and ESBuild
This fixes the cases where

```js
import 'imp2/index.js';
import 'imp3/foo.js';
```

And these files lives in `assets` as:

```
imp2/index.ts
imp3/foo.ts
```

Fixes #10527
2022-12-13 18:58:17 +01:00
..
babel Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
htesting Rework the Destination filesystem to make --renderStaticToDisk work 2022-04-08 13:26:17 +02:00
integrity Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
js resources/js: Fix some import discrepancies between Hugo and ESBuild 2022-12-13 18:58:17 +01:00
minifier minifiers: Make keepWhitespace = false default for HTML (note) 2022-03-09 07:48:18 +01:00
postcss Don't use the baseURL /path as part of the resource cache key 2022-05-27 19:11:16 +02:00
templates Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
tocss dartsass: Add sourceMapIncludeSources option 2022-12-05 16:36:45 +01:00