rsnext/packages/next/build/webpack
Tobias Koppers 5c35066820
make static image import output path consistent with other media (#30168)
This will ensure an image hashed consistently regardless of how its imported:

- `import file from "./file.png"` -> /_next/static/media/file.12345678.png
- `url(./file.png)` -> /_next/static/media/file.12345678.png
-  `new URL("./file.png", import.meta.url)` -> /_next/static/media/file.12345678.png
2021-10-22 13:25:54 +00:00
..
config improve production error message printing (#30065) 2021-10-20 18:23:44 -05:00
loaders make static image import output path consistent with other media (#30168) 2021-10-22 13:25:54 +00:00
plugins Replace middleware flag with warning (#30160) 2021-10-22 06:40:57 +00:00
require-hook.ts the way towards webpack 5 typings (#29105) 2021-09-21 19:17:16 +02:00