diff options
build - post process with dereq
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js index dabf49f7c..c4e9630ea 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -97,6 +97,7 @@ function bundleTask(opts) { var browserifyOpts = assign({}, watchify.args, { entries: ['./app/scripts/'+opts.filename], debug: true, + plugin: 'browserify-derequire', }) var bundler = browserify(browserifyOpts) |