Description
When you run yarn dev and have your extension project up and running, newly created files in the contents folder aren't considered. You'll have to stop and restart the dev server to consider these new content files.
What to look out for
- How to add new entry points to webpack during
watch mode or when a dev server is running.
Description
When you run
yarn devand have your extension project up and running, newly created files in the contents folder aren't considered. You'll have to stop and restart the dev server to consider these new content files.What to look out for
watchmode or when a dev server is running.