-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels