rsnext/packages/next/build/webpack/loaders
Steven c3ceeb03ab
Update next/future/image to use svg blur placeholder during next dev (#39992)
This PR updates the `next/future/image` component so that CSS `filter` is never needed. Previously, we used SVG to blur for prod and CSS to blur for dev, but now we use SVG for both.

This required a shared function `getImageBlurSvg()` used between both client and server because `next dev` doesn't create Data URIs and instead defers blur generation until request time. So we also need to defer svg generation to request time (on the server) during next dev.

This is the first step to removing `<noscript>` completely (see #39736).
2022-08-29 17:19:39 -05:00
..
css-loader fix: data url handling in css-loader (#34034) 2022-02-06 11:10:14 -06:00
next-edge-ssr-loader Handle edge runtime for app (#39910) 2022-08-24 14:49:47 -05:00
next-flight-client-loader Handle async module for client components (#39953) 2022-08-29 14:47:06 +00:00
next-serverless-loader Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
next-style-loader Update loader-utils (#30743) 2021-11-02 16:13:15 +01:00
postcss-loader Lazy-load postcss (#31762) 2021-11-25 18:41:20 +01:00
resolve-url-loader Move resolve-url-loader into Next.js (#32932) 2022-01-02 16:16:17 -06:00
error-loader.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
get-module-build-info.ts Handle edge runtime for app (#39910) 2022-08-24 14:49:47 -05:00
next-app-loader.ts fix next-app-loader on windows (#39657) 2022-08-17 17:14:03 +00:00
next-client-pages-loader.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-edge-function-loader.ts fix(edge-runtime): undefined global in edge runtime. (#38769) 2022-07-20 14:53:27 +00:00
next-flight-client-entry-loader.ts fix next-app-loader on windows (#39657) 2022-08-17 17:14:03 +00:00
next-flight-css-dev-loader.ts HMR for client CSS imports (#39916) 2022-08-25 16:40:16 +00:00
next-flight-server-loader.ts Decouple entries for server components and client components (#36860) 2022-05-13 19:48:53 +02:00
next-image-loader.js Update next/future/image to use svg blur placeholder during next dev (#39992) 2022-08-29 17:19:39 -05:00
next-middleware-asset-loader.ts [edge] allow importing blob assets (#38492) 2022-07-19 12:27:15 -05:00
next-middleware-loader.ts fix(edge-runtime): undefined global in edge runtime. (#38769) 2022-07-20 14:53:27 +00:00
next-middleware-wasm-loader.ts Enable @typescript-eslint/no-use-before-define for functions (#39602) 2022-08-15 10:29:51 -04:00
next-swc-loader.js fix(next/swc): set cache dir explicitly (#38175) 2022-06-29 21:59:52 +00:00
noop-loader.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
utils.ts fix next-app-loader on windows (#39657) 2022-08-17 17:14:03 +00:00