Atyantik / react-pwa

An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
https://www.reactpwa.com
MIT License
2.57k stars 302 forks source link

lodash.js warning #179

Closed rei-gun closed 4 years ago

rei-gun commented 4 years ago

This warnign occurs "npm start" and building

[BABEL] Note: The code generator has deoptimised the styling of C:\repo\node_modules\lodash\lodash.js as it exceeds the max of 500KB.

Is there any way to fix it?

tirthbodawala commented 4 years ago

@rei-gun it is ok to ignore the warning. We are using lodash es6 modules in ReactPWA so the warning only goes for development mode.