Skip to content

Commit

Permalink
cache babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhp committed Nov 23, 2018
1 parent baffb3c commit a254328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = function babelConfig(api) {
api.cache(false);
api.cache(true); // set to other value if we handle env variable here
return {
presets: [
'@babel/react',
Expand Down

0 comments on commit a254328

Please sign in to comment.