Skip to content

Commit

Permalink
Babel is server only, no reason to compact
Browse files Browse the repository at this point in the history
  • Loading branch information
udany committed Nov 10, 2022
1 parent cf491ed commit c886afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const { getBabelOptions } = require('udany-base-configs/modules/babel.js');

module.exports = getBabelOptions({

generatorOpts: {
compact: false
}
});

0 comments on commit c886afa

Please sign in to comment.