Closed caiodesign closed 6 years ago
package updated to:
So it appears the GoogleFontsPlugin assumes the html-webpack-plugin is used:
https://github.com/gabiseabra/google-fonts-webpack-plugin/blob/master/src/index.js#L108
I guess I'm going to need to implement the 'html-webpack-plugin-before-html-generation' hook into our plugin generating pages for us 😞
For now you could remove the Plugin and add the fonts via preview-head.html
regular old <link>
tags?
@ndelangen I removed GoogleFontsPlugin and now I can build my storybook.
I'll add the fonts via <link>
tag.
thank you so much mate!
Bug
i'm using react-storybook v4.0.0-alpha.22 and everytime I try to build or start storybook, i get this error:
Dependencies:
Affected platforms
Webpack.config
Any ideas? thx!