Skip to content

Commit

Permalink
feature(putout) babel: speed up: disable code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 1, 2019
1 parent e37ffa9 commit f08b074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/putout/lib/run-babel-plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = ({fix, ast, source, babelPlugins}) => {
function transform(ast, code, name) {
transformFromAstSync(ast, code, {
ast: true,
code: false,
// remove setAST plugin, when deepCopy flag will be supported
// deepCopy: false,
plugins: [
Expand Down

0 comments on commit f08b074

Please sign in to comment.