0👍
✅
This can be resolved in following 2 ways:
- Using type="module" in Django template dynamic script calling section.
- Changing store.js to declare store and then export it as default.
- Using any dynamic imports via defineAsyncComponent()
Source:stackexchange.com