Skip to content

Commit

Permalink
[code-infra] Fix benchmark package (#42553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jun 14, 2024
1 parent 0171518 commit 1ed469d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/browser/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process.env.NODE_ENV = 'production';

module.exports = {
context: workspaceRoot,
entry: 'benchmark/browser/index.js',
entry: './benchmark/browser/index.js',
mode: 'production',
output: {
path: path.join(__dirname, 'dist'),
Expand Down
1 change: 1 addition & 0 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"server:system": "cd ../ && cross-env NODE_ENV=production BABEL_ENV=benchmark babel-node benchmark/server/scenarios/system.js --inspect=0.0.0.0:9229 --extensions \".tsx,.ts,.js\""
},
"dependencies": {
"@babel/runtime": "^7.24.6",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 1ed469d

Please sign in to comment.