Skip to content

Commit

Permalink
Prevent Browserify from bundling Buffer (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean authored Nov 29, 2018
1 parent a84358d commit 96fa179
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1,931 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ module.exports = function (grunt) {
options: {
exclude: ['promise'],
browserifyOptions: {
standalone: 'less'
standalone: 'less',
noParse: ['clone']
}
},
dest: 'tmp/less.js'
Expand Down
Loading

0 comments on commit 96fa179

Please sign in to comment.