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
I just did some conventional refactoring and renamed a bunch of .vue files. For some reason, the build system still wants to reference the old names that no longer exist. Even if I remove .meteor/local/build, it still uses the wrong filenames!
I had to actually go into the file in question, make some arbitrary change, then save it, causing it to rebuild.
Is webpack maybe not set up properly? It's rebuilding on file modifications but not file renames.