We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4fa56 commit ff3a663Copy full SHA for ff3a663
1 file changed
config/config.js
@@ -20,8 +20,8 @@ exports.config = {
20
minimize: false
21
},
22
compile:{
23
- cache: false,
24
- thread: false
+ cache: true,
+ thread: true
25
}
26
};
27
0 commit comments