For some reason when `next build`'ing the example project I got: ``` Module not found: Error: Can't resolve 'lodash-es' ``` I explictly added: ``` "lodash-es": "^4.17.15" ``` To the `package.json` to resolve but didn't dig into why.
For some reason when
next build'ing the example project I got:I explictly added:
To the
package.jsonto resolve but didn't dig into why.