Skip to content

Commit

Permalink
Merge pull request #243 from mkreiser/player-refactor
Browse files Browse the repository at this point in the history
Player refactor
  • Loading branch information
mkreiser authored Nov 12, 2023
2 parents 745137a + f8934e6 commit e73cb6f
Show file tree
Hide file tree
Showing 29 changed files with 120,515 additions and 68,804 deletions.
7 changes: 6 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module.exports = {
presets: ['@babel/preset-env'],
plugins: ['@babel/plugin-proposal-class-properties', 'lodash'],
plugins: [
["@babel/plugin-transform-class-properties", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
["@babel/plugin-transform-private-property-in-object", { "loose": true }],
'lodash'
],
env: {
test: {
plugins: ['@babel/plugin-transform-runtime']
Expand Down
Loading

0 comments on commit e73cb6f

Please sign in to comment.