Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ({
- baseUrl: "../js",
- dir: "../js-dist",
- mainConfigFile: '../js/main.js',
- optimize: "none",
- modules: [
- {
- name: "main",
- include: ["global/global"]
- },
- {
- name: "home/home",
- exclude: ["main"]
- },
- {
- name: "pdp/pdp",
- exclude: ["main"]
- },
- {
- name: "plp/plp",
- exclude: ["main"]
- },
- {
- name: "my-account/my-account",
- exclude: ["main"]
- },
- {
- name: "brand-listing/brand-listing",
- exclude: ["main"]
- },
- {
- name: "cart/cart",
- exclude: ["main"]
- }
- ],
- paths: {
- jquery: "empty:"
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement