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

Commit 03cf8ad

Browse files
chore: added process package
1 parent accce58 commit 03cf8ad

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const configuration: webpack.Configuration = {
4545
url: require.resolve('url/'),
4646
path: require.resolve('path-browserify'),
4747
buffer: require.resolve('buffer/'),
48+
process: require.resolve('process/browser'),
4849
},
4950
},
5051

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"framer-motion": "^6.5.1",
120120
"graphql": "^16.6.0",
121121
"path-browserify": "^1.0.1",
122+
"process": "^0.11.10",
122123
"react": "^18.2.0",
123124
"react-dom": "^18.2.0",
124125
"react-hook-form": "^7.34.2",

release/app/package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"dependencies": {
1818
"path-browserify": "^1.0.1",
19+
"process": "^0.11.10",
1920
"url": "^0.11.0",
2021
"buffer": "^6.0.3"
2122
}

0 commit comments

Comments
 (0)