Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Dec 20, 2024
1 parent 86816f3 commit faff4a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export default {
],
},
},
// require: ["@babel/register/experimental-worker.js"],
// workerThreads: false,
// nodeArguments: ["--loader=babel-register-esm"],
nodeArguments: ["--experimental-require-module"],
files: [
"packages/**/test.js",
Expand Down
2 changes: 2 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

module.exports = {
presets: [
[
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"ava": "^3.0.15",
"ava": "^3.15.0",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"babel-register-esm": "^1.2.5",
Expand Down Expand Up @@ -51,7 +51,6 @@
"workspaces": [
"packages/*"
],
"browserslist": "> 0.25%, not dead",
"bundlesize": [
{
"path": "./packages/client/dist/xmpp.min.js",
Expand Down
3 changes: 0 additions & 3 deletions prettier.config.mjs

This file was deleted.

0 comments on commit faff4a8

Please sign in to comment.