Skip to content
New issue

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

Additional resources in watch mode #226

Closed
matt-gadd opened this issue Dec 23, 2018 · 0 comments
Closed

Additional resources in watch mode #226

matt-gadd opened this issue Dec 23, 2018 · 0 comments
Assignees

Comments

@matt-gadd
Copy link
Contributor

Enhancement
Now we have the ability to leverage node modules during build time render, we can build tooling that dynamically read resources that then get processed and included in the bundle. Because these resources are not directly/statically imported webpack does not currently watch them. This is a bit cumbersome if say working on a blog and updating some markdown, i'd like to be able to see my changes with a watch.

If we leverage https://github.com/pigcan/extra-watch-webpack-plugin, we should be able to watch everything other than node_modules in a dojo project.

@maier49 maier49 self-assigned this Jan 2, 2019
maier49 pushed a commit to maier49/cli-build-app that referenced this issue Jan 2, 2019
Use the extra-watch-webpack-plugin to watch all files not in
dot folders, output, or node_modules.
maier49 added a commit to maier49/cli-build-app that referenced this issue Jan 3, 2019
Use the extra-watch-webpack-plugin to watch all files not in
dot folders, output, or node_modules.
maier49 added a commit that referenced this issue Jan 3, 2019
Use the extra-watch-webpack-plugin to watch all files not in
dot folders, output, or node_modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants