Shivam Sharma
Results
2
comments of
Shivam Sharma
Try removing " .firebaserc " file and " firebase.json " file then do " firebase init " then select whatever options you want
> If you use WebPack4, the solution is install terser-webpack-plugin > > npm install terser-webpack-plugin --save-dev > > and in module.export put: > > `optimization: { minimizer: [ new TerserPlugin({...