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
Because my paths are being transformed (eg: js/views/not_found.tsx to js/views/not_found.js) this function does not work correctly. I've been able to fix the issue by changing it to:
Oddly, this issue only emerged after I switched to a fork of typescript-brunch (specifically this) and when I try to switch back to the official package the problem persists. I've even gone as far as wiping my node_modules folder and redownloading all of my dependencies.
None of my required files make it into the bundle if they're from
node_modules. I've tracked this down to the functionisJsinlib/explore.js:Because my paths are being transformed (eg:
js/views/not_found.tsxtojs/views/not_found.js) this function does not work correctly. I've been able to fix the issue by changing it to:Oddly, this issue only emerged after I switched to a fork of
typescript-brunch(specifically this) and when I try to switch back to the official package the problem persists. I've even gone as far as wiping mynode_modulesfolder and redownloading all of my dependencies.