I am trying to update firebase to 4.5.0 but it is giving me PEER DEP error:
UNMET PEER DEPENDENCY webpack@2 || 3
How do update webpack?
my webpack is webpack@1.14.0
Note: I am using create-react-app
You'll have to make some changes in your webpack.config.js file because there are some major changes in webpack2. For example, module.loaders is now module.rules. You can take help from the webpack's website. Here is that specific link Migrating to webpack2