Skip to content

Commit

Permalink
Not sure what to do about a stage1 property decorator not receiving i…
Browse files Browse the repository at this point in the history
…ts required third argument
  • Loading branch information
NullVoxPopuli committed Aug 20, 2023
1 parent 516e601 commit 636a8b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/repl/babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ if (macrosPlugin?.[1].importSyncImplementation !== 'cjs') {

macrosPlugin[1].importSyncImplementation = 'eager';

console.log('config', config);

module.exports = config;

0 comments on commit 636a8b2

Please sign in to comment.