deepak1556 / gulp-browserify

Bundle modules with BrowserifyJS
MIT License
195 stars 45 forks source link

debowerify seems to prevent `.external()` from working #80

Closed peter-mouland closed 9 years ago

peter-mouland commented 9 years ago

I have a tiny project as an example, with a simple build process. https://github.com/peter-mouland/debowerify-test

the build.js currently works in creating separate vendor and app js bundles. If i put the debowerify transform back in, then the delegate.js is now included within app.js :(

Have you seen this problem before? I have been going round in circles and not found any related issues on the inter-web.

peter-mouland commented 9 years ago

sorry - wrong repo!