Skip to content

Commit

Permalink
Merge pull request #140 from pvdyck/master
Browse files Browse the repository at this point in the history
removed the browserify transform
  • Loading branch information
lathonez committed Sep 6, 2016
2 parents 37c8d31 + b60b571 commit 4eab003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ gulp.task('karma-debug', (done: Function) => {
browsers: ['Chrome'],
reporters: ['mocha'],
browserify: {
debug: true,
debug: true,
transform : [],
plugin: [
['tsify'],
],
Expand Down

0 comments on commit 4eab003

Please sign in to comment.