systemjs / builder

SystemJS build tool
MIT License
466 stars 122 forks source link

Bundle Arithmetic doesn't seem to be working properly #850

Closed bhagyashree19sb closed 6 years ago

bhagyashree19sb commented 6 years ago

As specified here - https://github.com/systemjs/builder#example---third-party-dependency-bundles tried to create bundle- builder.bundle('app/*/ - [app/*/]', 'dependencies.js', { minify: true, sourceMaps: true });

Folder structure: image

Expectation : dependencies.js bundle SHOULDN'T include any *.js file contents under app

Behaviour : Includes abcFolder.component.js & abcFolder.service.js file contents. Doesn't include main.js & app.module.js. It shouldn't include even the abcFolder files

bhagyashree19sb commented 6 years ago

folder names case sensitive check