superplate
superplate copied to clipboard
Issue with storybook
Storybook is broken out of the box when starting a new nextjs project and shows the following error when started:
mainCompilation.fileSystemInfo.createSnapshot(
^
TypeError: Cannot read properties of undefined (reading 'createSnapshot')
This seems to be a Webpack version error
It can be fixed by installing html-webpack-plugin
npm i --save-dev html-webpack-plugin