Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit c5bf32a

Browse files
chore: added buffer to webpack config
1 parent 30b2ff4 commit c5bf32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.erb/configs/webpack.config.base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const configuration: webpack.Configuration = {
4444
fallback: {
4545
url: require.resolve('url/'),
4646
path: require.resolve('path-browserify'),
47+
buffer: require.resolve('buffer/'),
4748
},
4849
},
4950

0 commit comments

Comments
 (0)