Replies: 1 comment
-
@amostajo did you got any solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem, when
npm run build-storybook
finishes and creates the static web application, when opened on a browser or using thenpx http-server
command the page shows blank (white).This is how the
index.html
file looks like:After reviewing the page with Chrome's developer console it looks like not files are auto-injected, not
.js
files are loaded, and the page title reads "<%= htmlWebpackPlugin.options.title %>", something appears to be missing when loading the app.I am using the latest version and my
main.js
file looks like this:What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions