rsnext/packages
Yamagishi Kazutoshi da8a82d6bf
Change CacheFs methods to return Buffer (#48237)
### What?

In environments where `FileSystemCache` is used, the cache for static
resources such as image files will be broken.

### Why?

Because `fs.readFile(path, 'utf8')` tries to read a file as a `string`.

### How?

Change to use `fs.readFile(path)` to always read files as binary
(`Buffer`).
2023-04-17 15:22:29 +00:00
..
create-next-app v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
eslint-config-next v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
eslint-plugin-next v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
font v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next Change CacheFs methods to return Buffer (#48237) 2023-04-17 15:22:29 +00:00
next-bundle-analyzer v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-codemod v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-env v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-mdx v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-plugin-storybook v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-polyfill-module v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-polyfill-nomodule v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
next-swc v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
react-dev-overlay v13.3.1-canary.9 2023-04-17 13:46:08 +00:00
react-refresh-utils v13.3.1-canary.9 2023-04-17 13:46:08 +00:00