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 b8a34d5 commit c12563f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions craco.config.cjs → craco.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
const stream = require('stream-browerify');

module.exports = {
webpack: {
configure: (webpackConfig) => {
return webpackConfig;
},
resolve: {
fallback: {
stream: stream,
stream: require.resolve('stream-browserify'),
},
},
},
Expand Down

0 comments on commit c12563f

Please sign in to comment.