Skip to content

Commit

Permalink
fix: Boxes webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Dec 9, 2024
1 parent 1e21f31 commit e304aa3
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 e304aa3

Please sign in to comment.