Skip to content

Commit

Permalink
fix: stylex build
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Feb 3, 2024
1 parent 4a37eb5 commit f221c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/.babelrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
presets: ["next/babel"],
plugins: [
["@babel/plugin-transform-private-methods"],
[
"@stylexjs/babel-plugin",
{
Expand All @@ -15,5 +14,6 @@ module.exports = {
},
},
],
["@babel/plugin-transform-private-methods"],
],
};

0 comments on commit f221c5e

Please sign in to comment.