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
refactor(core webpack): enable more module aliases to work with webpack (NativeScript#5177)
Currently only "main/main-page" and "./main/main-page.js" work. Enable
"./main/main-page" and "main/main-page.js". Note that "main/main-page.ts"
for TS will not work. It doesn't work without webpack too.
0 commit comments