RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Strip src filenames from bundle #2

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

Browserify takes the original require statements with src filenames to the final bundle. Don't know if this is a bug or a feature but it should stop doing this.

RolandJansen commented 8 years ago

Seems to be a feature. Older versions are behaving in the same way.

RolandJansen commented 8 years ago

Workaround: Replacing require statements with derequire. No more problems with using the final bundle in module loaders.