Naoto
Results
1
comments of
Naoto
Thank you @optimista! it worked by changing the following two points! 1. `webpackFinal` returns the altered `config` 2. Change the path of `"./.storybook/NextImage.js"` to `"./NextImage.js"` ```diff webpackFinal: async (config) =>...