Using plugin-text & plugin-sass to load my html / scss files. Everything works great up until I try to get HMR to kick in - one key note is I've noticed these files aren't loading under moduleRecords, but they are loading under modules. Here's some relevant snippets:
Any ideas? I've tried every hack in every discussion around getting HMR working with text/css with no luck. Would love to help in any way. Thanks in advanced.
NVM, I'm an idiot. trace wasn't being set before original System import, so yeah... anyone else having these types of issues plz be advised that is KEY
Hi all,
Using plugin-text & plugin-sass to load my html / scss files. Everything works great up until I try to get HMR to kick in - one key note is I've noticed these files aren't loading under moduleRecords, but they are loading under modules. Here's some relevant snippets:
config.json
Inspecting System._loader.moduleRecords:
Inspecting System._loader.modules:
Any ideas? I've tried every hack in every discussion around getting HMR working with text/css with no luck. Would love to help in any way. Thanks in advanced.