browserify-ngannotate
browserify-ngannotate copied to clipboard
Results
2
browserify-ngannotate issues
Sort by
recently updated
recently updated
newest added
I have a task like this: ``` js var browserify = require('browserify'); var source = require('vinyl-source-stream'); var watchify = require('watchify'); gulp.task('browserify', function(callback) { ... var bundler = browserify({ cache: {},...
Since version 0.7, sourcemaps are not relative paths anymore. Was working perfectly before. Step to reprodruce 1/ Write a small AngularApp using browserify 2/ Create the bundle using "browserify --debug...