Skip to content

Kewal89/Advance-Console

Repository files navigation

Advance-Console

WebPack Configration To Use For Browsers


1. CRACO


craco.config.js

module.exports = {
  webpack: {
    configure: {
      resolve: {
        fallback: {
          "fs": false
        }
      }
    }
  }
}

2. WebPack


webpack.config.js

module.exports = {
  resolve: {
    fallback: {
      "fs": false
    }
  }
}

About

Some Random BS For Weekend Jobless Mode.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors