Skip to content

Commit

Permalink
babel-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kr8n3r committed Dec 23, 2024
1 parent 08ab6d7 commit 810d1db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
env: {
test: {
presets: ['@babel/preset-env']
plugins: ['@babel/plugin-transform-class-properties', '@babel/plugin-transform-private-methods'],
presets: [['@babel/preset-env', {targets: {node: 'current'}}]]
}
}
};

0 comments on commit 810d1db

Please sign in to comment.