aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Not able to exclude dependency package given in bundler expression #150

Closed VivekShah1983 closed 7 years ago

VivekShah1983 commented 7 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: If I have jspm based sytemjs config as shown below, and i create a bundler expression like below package1 - package2

It throws error saying package.js is not present. Can you please guide me how to resolve this issue System.config({ baseURL: "/", defaultJSExtensions: true, transpiler: false, paths: { "npm:": "jspm_packages/npm/" },

map: { "package1": "npm:package1@1.0.0", "npm:package1@1.0.0": { "package2": "npm:package2@1.0.0" } } });

Expected/desired behavior:

EisenbergEffect commented 7 years ago

I'm having a hard time following this. It looks like you aren't using our library correctly but are trying to use it like the system builder library. The two are very different. @ahmedshuhel

ahmedshuhel commented 7 years ago

As Rob said it's hard to follow. Could you create a GitHub repo reproducing this behavior?On Dec 8, 2016 9:35 AM, Rob Eisenberg notifications@github.com wrote:I'm having a hard time following this. It looks like you aren't using our library correctly but are trying to use it like the system builder library. The two are very different. @ahmedshuhel

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.