brotherton-erpnext/erpnext/public/js/erpnext-web.bundle.js
marination b2b827f50f 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
2022-02-01 00:03:08 +05:30

7 lines
247 B
JavaScript

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";