We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I think, we just need to add the html and css folders to the webpack config here under extraWatchDirs (https://github.com/fun-stack/example/blob/master/webapp/webpack.config.dev.js#L7). Though, it needs to run webpack again. So that means you need to run webpack on watch, which we currently not do.
extraWatchDirs
Sorry, something went wrong.
I think the webpack devserver already takes care of the html bundling when it changes. So it might be simple.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: