Skip to content

Commit

Permalink
chore :: ignore eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Nov 19, 2024
1 parent f7b78de commit b8a34d5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
4 changes: 3 additions & 1 deletion craco.config.cjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
const stream = require('stream-browerify');

module.exports = {
webpack: {
configure: (webpackConfig) => {
return webpackConfig;
},
resolve: {
fallback: {
stream: require.resolve('stream-browserify'),
stream: stream,
},
},
},
Expand Down
27 changes: 27 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"mini-svg-data-uri": "^1.4.4",
"process": "^0.11.10",
"react-error-overlay": "^6.0.9",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"typescript": "^4.7.4",
Expand Down

0 comments on commit b8a34d5

Please sign in to comment.