You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
watch
mode or when a dev server is running.The text was updated successfully, but these errors were encountered: