Skip to content

Commit

Permalink
🤖 config(ava): Drop --experimental-loader node flag.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/b27ce6d333a4c46ff5161eaddfbe16895bbabf0f/src/transforms/ava:drop-experimental-loader.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 3, 2024
1 parent e32b559 commit 3e8aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"test/src/**/*"
],
"nodeArguments": [
"--experimental-loader=@node-loader/core"
"--import=data:text/javascript,import {register} from 'node:module'; import {pathToFileURL} from 'node:url'; register('@node-loader/core', pathToFileURL('./'))"
],
"require": [
"regenerator-runtime/runtime.js"
Expand Down

0 comments on commit 3e8aac8

Please sign in to comment.