Skip to content

Commit

Permalink
Merge pull request #2190 from TrySound/transpile-classes
Browse files Browse the repository at this point in the history
Transpile classes
  • Loading branch information
kmcb777 authored Feb 24, 2021
2 parents 8133fbe + 5c2c2b7 commit a68eb05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
presets: [['@babel/env', { targets: { node: '10' } }]],
presets: [['@babel/env', {
targets: { node: '10' },
include: ['transform-classes'],
}]],
plugins: [
'@babel/proposal-class-properties',
[
Expand Down

0 comments on commit a68eb05

Please sign in to comment.