build tools: webpack with typescript and scss compilation

This commit is contained in:
realaravinth
2021-05-05 23:21:59 +05:30
parent 6069962d3e
commit 6184fe7efe
12 changed files with 1008 additions and 3357 deletions

View File

@@ -42,6 +42,3 @@ router.register(VIEWS.loginUser, login.index);
router.register(VIEWS.addSiteKey, addSiteKey.index);
router.route();