Skip to content

Commit

Permalink
feat: disable node polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Nov 13, 2018
1 parent 177ed1a commit 1c4e556
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ exports.config = {
compile:{
cache: true,
thread: true
},
node: {
console: false,
global: false,
process: false,
Buffer: false,
setImmediate: false
}
};

Expand Down

0 comments on commit 1c4e556

Please sign in to comment.