chore: Adjust to ESbuild and missing imports

- update erpnext web bundle and tweak to fit new build system
- change page id in scss due to change in v14 router
- add missing imports
This commit is contained in:
marination
2022-02-01 00:03:08 +05:30
parent bba31a37f4
commit b2b827f50f
6 changed files with 28 additions and 25 deletions

View File

@@ -1,2 +1,7 @@
import "./website_utils";
import "./shopping_cart";
import "./wishlist";
import "../../e_commerce/product_ui/list";
import "../../e_commerce/product_ui/views";
import "../../e_commerce/product_ui/grid";
import "../../e_commerce/product_ui/search";