Skip to content

Commit

Permalink
fix: Boxes webpack config (#10548)
Browse files Browse the repository at this point in the history
Fixes webpack config for boxes according to breaking changes introduced
in #10355.
  • Loading branch information
spalladino authored Dec 10, 2024
1 parent 35e525f commit 49f9418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boxes/boxes/react/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default (_, argv) => ({
os: false,
fs: false,
path: false,
tty: false,
url: false,
worker_threads: false,
events: require.resolve('events/'),
Expand Down
1 change: 1 addition & 0 deletions boxes/boxes/vanilla/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default (_, argv) => ({
os: false,
fs: false,
path: false,
tty: false,
url: false,
worker_threads: false,
events: require.resolve('events/'),
Expand Down

0 comments on commit 49f9418

Please sign in to comment.