Skip to content

Commit

Permalink
feat: default open compile.cache and compile.thread
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Oct 17, 2018
1 parent 1e4fa56 commit ff3a663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ exports.config = {
minimize: false
},
compile:{
cache: false,
thread: false
cache: true,
thread: true
}
};

Expand Down

0 comments on commit ff3a663

Please sign in to comment.