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 df61b37 commit 86816f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
18 changes: 1 addition & 17 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
"@babel/preset-env",
{
targets: {
ie: "11",
ie: "10",
},
loose: true,
},
Expand All @@ -14,21 +14,5 @@ module.exports = {
"@babel/plugin-transform-runtime",
"babel-plugin-transform-async-to-promises",
"@babel/plugin-proposal-object-rest-spread",

// [
// "@babel/plugin-transform-react-jsx",
// {
// pragma: "xml",
// throwIfNamespace: false,
// useBuiltIns: true,
// },
// ],
// [
// "babel-plugin-jsx-pragmatic",
// {
// module: "@xmpp/xml",
// import: "xml",
// },
// ],
],
};
3 changes: 2 additions & 1 deletion e2e.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
failFast: true,
serial: true,
babel: {
Expand All @@ -21,5 +21,6 @@ module.exports = {
],
},
},
nodeArguments: ["--experimental-require-module"],
files: ["test/*.js"],
};

0 comments on commit 86816f3

Please sign in to comment.